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

    Interface CompanionActionInfo<TOptions>

    Basic information about an instance of an action

    interface CompanionActionInfo<
        TOptions extends CompanionOptionValues = CompanionOptionValues,
    > {
        actionId: string;
        controlId: string;
        id: string;
        options: TOptions;
    }

    Type Parameters

    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

    options: TOptions

    The user selected options for the action