Interface CompanionPresetAction

The configuration of an action in a preset

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

Properties

actionId: string

The id of the action definition

delay?: number

The execution delay of the action

The option values for the action