NiimBlueLib Docs
    Preparing search index...

    Type Alias PrintOptions

    Print options for print tasks.

    type PrintOptions = {
        density: number;
        labelType: LabelType;
        pageTimeoutMs: number;
        statusPollIntervalMs: number;
        statusTimeoutMs: number;
        totalPages: number;
    }
    Index

    Properties

    density: number

    Print density

    labelType: LabelType

    Printer label type

    pageTimeoutMs: number
    statusPollIntervalMs: number

    Used in AbstractPrintTask.waitForFinished where status is received by polling

    statusTimeoutMs: number
    totalPages: number

    How many pages will be printed