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

Function runEntrypoint

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

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

    Type Parameters

    • TConfig
    • TSecrets

    Parameters

    • factory: InstanceConstructor<TConfig, TSecrets>

      The class for the module

    • upgradeScripts: CompanionStaticUpgradeScript<TConfig, TSecrets>[]

      Upgrade scripts

    Returns void

    • Defined in src/entrypoint.ts:37

Settings

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

Generated using TypeDoc