Skip to content

GameboardRuntimeProviderProps

Defined in: src/react/react.ts:216

Props for mounting an already-created runtime in React.

Use this when the scene, router, save loader, or test harness owns runtime creation and React should consume the same Koota world plus recipe/scenario helpers.

TRuntime extends GameboardRuntime = GameboardRuntime

optional children?: ReactNode

Defined in: src/react/react.ts:220

React children that should read the runtime’s Koota world.


runtime: TRuntime

Defined in: src/react/react.ts:218

Runtime facade for the board instance mounted below this provider.