GameboardRecipeProviderProps
Defined in: src/react/react.ts:236
Props for compiling a recipe and mounting the resulting runtime in React.
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?:ReactNode
Defined in: src/react/react.ts:242
React children that should read the created runtime and world.
overrides?
Section titled “overrides?”
optionaloverrides?:Partial<GameboardPlanOptions>
Defined in: src/react/react.ts:240
Optional plan-generation overrides applied while compiling the recipe.
recipe
Section titled “recipe”recipe:
GameboardRecipe
Defined in: src/react/react.ts:238
Recipe to compile into a live runtime.