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

    Interface CompanionMigrationActionStoreResult

    Where an action's result should be stored. Used by upgrade scripts to convert from the old setCustomVariableValue pattern to the new action-result flow.

    interface CompanionMigrationActionStoreResult {
        type: "custom-variable";
        variableName: ExpressionOrValue<string>;
    }
    Index

    Properties

    Properties

    type: "custom-variable"
    variableName: ExpressionOrValue<string>

    Name of the custom variable to write the action's result into