Trevixal API
    Preparing search index...

    Interface ApplyRestrictionsOptions

    interface ApplyRestrictionsOptions {
        onBlocked?: (action: keyof DocumentRestrictions) => void;
    }
    Index
    onBlocked?: (action: keyof DocumentRestrictions) => void

    Called each time a blocked action is attempted, show a toast, log an audit event.