XYO Platform SDK - v3.10.6
    Preparing search index...

    A class which encapsulates the Service Locator Pattern for Module Factories

    Index

    Constructors

    Properties

    Accessors

    • get registry(): Readonly<CreatableModuleRegistry>

      The current registry for the module factory

      Returns Readonly<CreatableModuleRegistry>

    Methods

    • Returns void

    • Registers a single module factory (with optional tags) with the locator

      Parameters

      • factory: CreatableModuleFactory

        The factory to register

      • Optionallabels: Labels

        The labels for the module factory

      • Optionalprimary: string | boolean | string[]

      Returns this

    • Registers multiple module factories with the locator

      Parameters

      Returns this