Tidy 5e Sheets API
    Preparing search index...

    Type Alias ItemAdvancementRowActionConditionData

    The available args data when evaluating the relevant row action's optional condition callback. Use this data (and any external data like settings, flags, etc.) to decide if your row action should be included for a given row in the table.

    type ItemAdvancementRowActionConditionData = {
        app: any;
        data: CommonConditionContextData;
        rowDocument?: any;
        sheetDocument: Actor5e;
    }
    Index

    Properties

    app: any

    The sheet application instance.

    Common access-level data for convenience.

    rowDocument?: any

    The advancement represented by this row.

    sheetDocument: Actor5e

    The sheet-level document.