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

    Class InstanceBase<TManifest>Abstract

    Type Parameters

    Index

    Constructors

    Accessors

    Methods

    • Call subscribe on all currently known placed actions. It can be useful to trigger this upon establishing a connection, to ensure all data is loaded.

      Parameters

      • ...actionIds: string[]

        The actionIds to call subscribe for. If no values are provided, then all are called.

      Returns void

    • Call unsubscribe on all currently known placed actions. It can be useful to do some cleanup upon a connection closing.

      Parameters

      • ...actionIds: string[]

        The actionIds to call subscribe for. If no values are provided, then all are called.

      Returns void

    • Call unsubscribe on all currently known placed feedbacks. It can be useful to do some cleanup upon a connection closing.

      Parameters

      • ...feedbackIds: string[]

        The feedbackIds to call subscribe for. If no values are provided, then all are called.

      Returns void