Tidy 5e Sheets API
    Preparing search index...

    Interface ActorItemSectionFooterCommandExecuteParams

    interface ActorItemSectionFooterCommandExecuteParams {
        actor: any;
        event: Event;
        section: any;
    }
    Index

    Properties

    Properties

    actor: any

    The actor for whom the command was executed.

    event: Event

    Any user-initiated event which triggered the command execution. For example, a MouseEvent or PointerEvent.

    section: any

    The item section for which the command was executed.