Const
Experimental
Resolve multiple services for this identifier via getMany
.
The constraints supported are listed in ResolutionConstraintFlag.
The resolution constraint bit-flag for SkipSelf.
A state wherein no constraints have been specified.
If the identifier cannot be found, substitute it with null
.
The constraints supported are listed in ResolutionConstraintFlag.
The resolution constraint bit-flag for Optional.
Do not ascend the container tree to resolve this identifier.
The constraints supported are listed in ResolutionConstraintFlag.
It is advised to combine this with Optional, as the usage of this constraint may mean that the identifier cannot be resolved.
The resolution constraint bit-flag for Self.
Begin searching from the parent container to resolve this identifier.
The constraints supported are listed in ResolutionConstraintFlag.
The resolution constraint bit-flag for SkipSelf.
Generated using TypeDoc
A collection of bit-flags describing resolution constraints to append to a bitmask.