Requested context value type.
Optional
Readonly
byRequest method.
Specifies how to obtain the value. E.g. it can be used to request only default one.
Readonly
orA fallback value to use if there is no value available for requested entry.
Optional
setAssigns the value.
When specified, this method is called right before returning the value from get call. It won't be called if there is no value to return.
The value or default value assigned to entry, or a fallback one.
The request method the value is obtained by.
Generated using TypeDoc
Context value request with fallback specified.
Can be passed to get method as second parameter.