Skip to content

IResolveContext

Current resolution context for tokens.

Methods

Name Description
RegisterPostProcessor Use this postprocessor after the entire token structure has been resolved.
Resolve Resolve an inner object.

RegisterPostProcessor

private void RegisterPostProcessor(IPostProcessor PostProcessor)

Use this postprocessor after the entire token structure has been resolved.

PostProcessorRequired


Resolve

private object Resolve(object X)

Resolve an inner object.

XRequired

  • Type: object

Properties

Name Type Description
Preparing bool True when we are still preparing, false if we're rendering the final output.
Scope IConstruct The scope from which resolution has been initiated.

PreparingRequired

public bool Preparing { get; }
  • Type: bool

True when we are still preparing, false if we're rendering the final output.


ScopeRequired

public IConstruct Scope { get; }

The scope from which resolution has been initiated.