Saxonberg Server API
    Preparing search index...

    Variable PropOperationsConst

    PropOperations: {
        Configure: "configure";
        Get: "get";
        Mask: "mask";
        Remove: "remove";
        Set: "set";
        Unmask: "unmask";
    } = ...

    Property operations for access control.

    Type Declaration

    • ReadonlyConfigure: "configure"
    • ReadonlyGet: "get"
    • ReadonlyMask: "mask"
    • ReadonlyRemove: "remove"
    • ReadonlySet: "set"
    • ReadonlyUnmask: "unmask"