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