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

    Interface CompanionActionEvent

    Extended information for execution of an action

    interface CompanionActionEvent {
        actionId: string;
        controlId: string;
        id: string;
        options: CompanionOptionValues;
        surfaceId: string | undefined;
    }

    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

    surfaceId: string | undefined

    Identifier of the surface which triggered this action