VMPrint API Reference - v1.0.0
    Preparing search index...

    Type Alias PrintPipelineSnapshot

    type PrintPipelineSnapshot = {
        pages: readonly Page[];
        reader: SimulationReportReader;
        report: SimulationReport | undefined;
    }
    Index

    Properties

    Properties

    pages: readonly Page[]
    report: SimulationReport | undefined