• Preparing search index...
  • The search index is not available
@companion-module/base
  • @companion-module/base
  • runEntrypoint

Function runEntrypoint

  • runEntrypoint<TConfig>(
        factory: InstanceConstructor<TConfig>,
        upgradeScripts: CompanionStaticUpgradeScript<TConfig>[],
    ): void

    Setup the module for execution This should be called once per-module, to register the class that should be executed

    Type Parameters

    • TConfig

    Parameters

    • factory: InstanceConstructor<TConfig>

      The class for the module

    • upgradeScripts: CompanionStaticUpgradeScript<TConfig>[]

      Upgrade scripts

    Returns void

    • Defined in src/entrypoint.ts:37

Settings

Member Visibility
@companion-module/base
  • Loading...

Generated using TypeDoc