Interface CxRequest<TValue>

Context value request.

This 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?: null | TValue

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

Can be null. undefined means there is no fallback.

Methods

Generated using TypeDoc