Interface CompanionActionInfo

Basic information about an instance of an action

interface CompanionActionInfo {
    actionId: string;
    controlId: string;
    id: string;
    options: CompanionOptionValues;
}

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