REQUEST_CONTEXT
constant
Injection token for additional request context.
Description
Injection token for additional request context.
Use this token to pass custom metadata or context related to the current request in server-side rendering.
Usage Notes
This token is only available during server-side rendering and will be null
in other contexts.
Jump to details