Interface CompanionActionEvent

Extended information for execution of an action

interface CompanionActionEvent {
    actionId: string;
    controlId: string;
    id: string;
    options: CompanionOptionValues;
    surfaceId: undefined | string;
}

Hierarchy (view full)

Properties

actionId: string

The id of the action definition

controlId: string

The unique id for the location of this action

id: string

The unique id for this action

The user selected options for the action

surfaceId: undefined | string

Identifier of the surface which triggered this action