MCPcopy
hub / github.com/027xiguapi/code-box / PrintOptions

Interface PrintOptions

utils/print.ts:1–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface PrintOptions {
2 globalStyles: boolean
3 mediaPrint: boolean
4 stylesheet: string | string[] | null
5 noPrintSelector: string
6 iframe: boolean
7 append: string | null
8 prepend: string | null
9 manuallyCopyFormValues: boolean
10 deferred: Promise<void>
11 timeout: number
12 title: string | null
13 doctype: string
14}
15
16export class Print {
17 private static defaultOptions: PrintOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected