@vivliostyle/core
    Preparing search index...

    Interface PrintConfig

    interface PrintConfig {
        errorCallback: (message: string) => void;
        hideIframe: boolean;
        printCallback: (iframeWin: Window) => void;
        removeIframe: boolean;
        title: string;
    }
    Index

    Properties

    errorCallback: (message: string) => void
    hideIframe: boolean
    printCallback: (iframeWin: Window) => void
    removeIframe: boolean
    title: string