hcifootprint/reactInterfaces
ControlSurfaceProviderProps
Interface: ControlSurfaceProviderProps
Defined in: src/react/context.ts:31
Properties
children?
readonlyoptionalchildren?:ReactNode
Defined in: src/react/context.ts:38
watch
readonlywatch:PageWatch|null
Defined in: src/react/context.ts:37
The watcher every control below this point reports through, or null while
there is none (a server render, or the commit before the app's effect made
one).