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

    Interface CompanionMigrationAction

    An action that could be upgraded

    interface CompanionMigrationAction {
        actionId: string;
        controlId: string;
        id: string;
        options: CompanionMigrationOptionValues;
    }
    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