Interface WithFallback<TValue>

Context value request with fallback specified.

Can be passed to get method as second parameter.

Type Parameters

  • TValue

    Requested context value type.

Hierarchy

Properties

Methods

Properties

Request method.

Specifies how to obtain the value. E.g. it can be used to request only default one.

or: TValue

A fallback value to use if there is no value available for requested entry.

Methods

Generated using TypeDoc