Trevixal API
    Preparing search index...

    Interface DocumentRestrictions

    Which actions are blocked (true = blocked). Absent means allowed.

    interface DocumentRestrictions {
        contextMenu?: boolean;
        copy?: boolean;
        cut?: boolean;
        download?: boolean;
        paste?: boolean;
        print?: boolean;
    }
    Index
    contextMenu?: boolean
    copy?: boolean
    cut?: boolean
    download?: boolean

    Read by the host UI's download / export menu via restrictionsAllow; no DOM behaviour.

    paste?: boolean
    print?: boolean