Skip to content

GameboardRuntimeProviderProps

Defined in: packages/declarative-hex-worlds/src/react/react.ts:276

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: packages/declarative-hex-worlds/src/react/react.ts:282

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


runtime: TRuntime

Defined in: packages/declarative-hex-worlds/src/react/react.ts:280

Runtime facade for the board instance mounted below this provider.