Interface CreateContainerOptions

A set of options to supplement the container creation process.

Hierarchy

  • CreateContainerOptions

Properties

conflictDefinition?: ContainerConflictDefinition

A description of what constitutes a conflict in the case of a pre-existing container with the same ID as the one passed to a container creation method.

A description of how TypeDI should react when a container with the specified ID already exists in the registry.

A description of how TypeDI should react when a container with the specified ID does not already exist in the registry.

Generated using TypeDoc