Interface ResolutionConstraintsDescriptorExperimental

A descriptor containing hints on how a certain identifier should be resolved in the context of the container.

Hierarchy

  • ResolutionConstraintsDescriptor

Properties

many?: boolean

Resolve multiple services for this identifier via getMany. The returned array is then inserted as an argument at the specified index.

optional?: boolean

If the identifier cannot be found, substitute it with null.

self?: boolean

Do not ascend the container tree to resolve this identifier.

skipSelf?: boolean

Begin searching from the parent container to resolve this identifier.

Generated using TypeDoc