@companion-module/base
    Preparing search index...

    Interface CompanionRecordedAction

    Information about an action which has been recorded

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

    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