Interface CompanionPresetAction

The configuration of an action in a preset

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

Properties

actionId: string

The id of the action definition

delay?: number

The execution delay of the action

headline?: string

User editable description/comment for the action. Intended to descibe the purpose/intent of the action.

The option values for the action