LogoRobo.js
Packages@robojs/sync

ZoneContext

Variable: ZoneContext

const ZoneContext: Context<
  | null
| ZoneContextValue<unknown>>;

Context for zone prefix inheritance. Used internally by SyncZone and consumed by useZoneContext/useZoneKey.

On this page