Tidy 5e Sheets API
    Preparing search index...

    Type Alias CommonConditionContextData

    Common data that is useful to include for any conditional checks.

    type CommonConditionContextData = {
        editable: boolean;
        owner: boolean;
        unlocked: boolean;
        [customContextData: string]: any;
    }

    Indexable

    • [customContextData: string]: any

      Any additional custom contextual data that is needed internally for the module to provide more flexibility and features.

    Index

    Properties

    editable: boolean

    The user has edit permissions to the document, and the document is not read-only / inside a locked compendium.

    owner: boolean

    The current user owns this document.

    unlocked: boolean

    The document is in Edit mode.