Skip to content

GameboardRecipeProviderProps

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

Props for compiling a recipe and mounting the resulting runtime in React.

optional children?: ReactNode

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

React children that should read the created runtime and world.


optional overrides?: Partial<GameboardPlanOptions>

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

Optional plan-generation overrides applied while compiling the recipe.


recipe: GameboardRecipe

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

Recipe to compile into a live runtime.