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

    Interface PastePermissions

    Control copy operations for a matched URL.

    interface PastePermissions {
        behavior: "non-protected-content" | "all-content";
    }
    Index
    behavior: "non-protected-content" | "all-content"

    Controls the behavior for paste operations for a matched URL.

    non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs. all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = 'protect') and on-protected (copy.behavior = 'allow') URLs.

    'non-protected-content'