Interface ActorItemSectionFooterCommandExecuteParams

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

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.