Represents the registration details of a container.

Hierarchy

  • ContainerRegistration

Constructors

Properties

Constructors

Properties

condition: ((options?: any) => boolean)

Type declaration

    • (options?: any): boolean
    • Callback used to uniquely identify whether the current scope is for this type of container.

      Parameters

      Returns boolean

create: ((options?: any) => Container)

Type declaration

    • (options?: any): Container
    • Factory callback used to create this type of container.

      Parameters

      Returns Container