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

    Interface CompanionActionContext

    Utility functions available in the context of the current action

    interface CompanionActionContext {
        type: "action" | "feedback";
        setCustomVariableValue(
            variableName: string,
            value: CompanionVariableValue,
        ): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    type: "action" | "feedback"

    Whether this context is for an action or feedback

    Methods