AboutSupportDeveloper GuideVersion 42.138.100.107

Control print operations for a matched URL.

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

Properties

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.