Options for creating a PrintMgr instance.

interface Options {
    doc: any;
    filePath?: string;
    quietMode?: boolean;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

doc: any

The report document object.

filePath?: string

The path to the output file.

quietMode?: boolean

Whether to print silently.