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

    Interface CompanionUpgradeContext<TConfig>

    Additional utilities for Upgrade Scripts

    interface CompanionUpgradeContext<TConfig> {
        currentConfig: Readonly<TConfig>;
    }

    Type Parameters

    • TConfig
    Index

    Properties

    Properties

    currentConfig: Readonly<TConfig>

    Current configuration of the module. This cannot be changed