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

    Interface CompanionActionInfo

    Basic information about an instance of an action

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

    Hierarchy (View Summary)

    Index

    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