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.
Type Parameters
Section titled “Type Parameters”TRuntime
Section titled “TRuntime”TRuntime extends GameboardRuntime = GameboardRuntime
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?:ReactNode
Defined in: src/react/react.ts:220
React children that should read the runtime’s Koota world.
runtime
Section titled “runtime”runtime:
TRuntime
Defined in: src/react/react.ts:218
Runtime facade for the board instance mounted below this provider.