Interface CompanionRecordedAction

Information about an action which has been recorded

interface CompanionRecordedAction {
    actionId: string;
    delay?: number;
    options: CompanionOptionValues;
}

Properties

actionId: string

The id of the action definition

delay?: number

Delay to give to this action This is always relative to the previous action

The user selected options for the action