Type alias ContainerConflictDefinition

ContainerConflictDefinition: "rejectAll" | "allowSameParent"

A definition 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.

There are two possible values:

  • rejectAll: If a container already exists, immediately reject it. This is the default.
  • allowSameParent: Allow a container if it has the same parent as the one provided.

Generated using TypeDoc