Interface Definition<TValue>

Context entry definition.

The entry is defined based on value assets available via definition target.

The definition is started for context entry at most once per context.

Type Parameters

  • TValue

    Context value type.

Hierarchy

  • Definition

Methods

  • Assigns context entry value provided by its assets.

    When defined, this method is tried first when accessing the context entry value.

    If the value is not assigned by this method call, the fallback value is used. If the latter is not available, the default value is used instead.

    Parameters

    Returns void

Generated using TypeDoc