hacifootprint

ControlSurfaceProviderProps

Interface: ControlSurfaceProviderProps

Defined in: src/react/context.ts:31

Properties

children?

readonly optional children?: ReactNode

Defined in: src/react/context.ts:38


watch

readonly watch: 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).

On this page