RenderContextAccess extension

Extension to access current context from zone.

on

Static Properties

current RenderContext

Available on RenderContext, provided by the RenderContextAccess extension

Get the current render context (throws if not in SSR zone).
no setter
currentOrNull RenderContext?

Available on RenderContext, provided by the RenderContextAccess extension

Get the current render context, or null if not in SSR.
no setter