AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface PrintPermission

    Control print operations for a matched URL.

    interface PrintPermission {
        behavior: "allow" | "block";
        placeholder?: PrintPlaceholder;
    }
    Index
    behavior: "allow" | "block"

    Controls the behavior for print operations for a matched URL.

    allow: Enables all print operations. block: Disables all print operations.

    'allowed'
    
    placeholder?: PrintPlaceholder

    Additional placeholder options. When setting behavior = 'block' , then this will be used to draw placeholder.