Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @tmorin/ceb-inversion-core

Index

Type aliases

FactoryOptions

FactoryOptions: { singleton?: boolean }

The factory options.

Type declaration

  • Optional singleton?: boolean

    When true, then the factory will only be called once.

RegistryKey

RegistryKey: string | symbol

The key of an item in the registry.

Variables

ComponentSymbol

ComponentSymbol: typeof ComponentSymbol = ...

The symbol is used to lookup component instances.

ContainerSymbol

ContainerSymbol: typeof ContainerSymbol = ...

The symbol can be used to lookup container instances.

Generated using TypeDoc