Tidy 5e Sheets API
    Preparing search index...

    Interface ActorItemSectionFooterCommandEnabledParams

    interface ActorItemSectionFooterCommandEnabledParams {
        actor: any;
        section: any;
        unlocked: boolean;
    }
    Index

    Properties

    actor: any

    The actor for whom the command will show.

    section: any

    The item section for which the command will show.

    unlocked: boolean

    The sheet is in Edit Mode, or unlocked. For Classic sheets, this is always true. For Quadrone sheets, this corresponds to the sheet lock toggle.