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

    Interface CompanionActionEvent<TOptions>

    Extended information for execution of an action

    interface CompanionActionEvent<
        TOptions extends CompanionOptionValues = CompanionOptionValues,
    > {
        actionId: string;
        controlId: string;
        id: string;
        options: TOptions;
        surfaceId: string | undefined;
    }

    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

    surfaceId: string | undefined

    Identifier of the surface which triggered this action