• Preparing search index...
  • The search index is not available
MSC API Docs
  • MSC API Docs
  • msc-api/src/app/utilities/injectable
  • Injectable

Function Injectable

  • Injectable<T extends Instance>(): GenericClassDecorator<Type<T>>

    A decorator that registers a class with dependency injection, enabling the automatic resolution of its constructor arguments based on their types and predefined injections.

    Type Parameters

    • T extends Instance

      The type of the instance being decorated.

    Returns GenericClassDecorator<Type<T>>

    A class decorator function that resolves and injects dependencies into the target class.

    • Defined in msc-api/src/app/utilities/injectable.ts:12

MSCSettings

Member Visibility
MSC API Docs
  • Loading...

Generated using TypeDoc