SetContextValue

View Source

Summary

Replaces or adds the value type for a single context key in a RequestContext.

Signature

type SetContextValue<context, key, value> = MergeContext<
  context,
  [readonly [key, value]]
>;