Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResolverParams<Key, T, R>

Type parameters

Hierarchy

  • ResolverParams

Index

Properties

disposer?: ResolverDisposer<T>

Optional disposer for the resolver.

Note: If resolved item implements Disposable interface it will be disposed automatically.

factory: Factory<T, R>
key: Key
lifeTime?: LifeTime

Generated using TypeDoc