Skip to main content
Options to the resolve() operation. NOT the same as the ResolveContext; ResolveContext is exposed to Token implementors and resolution hooks, whereas this struct is just to bundle a number of things that would otherwise be arguments to resolve() in a readable way.

Initializer

Properties


ResolverRequired

The resolver to apply to any resolvable tokens found.

ScopeRequired

  • Type: Constructs.IConstruct
The scope from which resolution is performed.

PreparingOptional

  • Type: bool
  • Default: false
Whether the resolution is being executed during the prepare phase or not.