GameboardScenarioProviderProps
Defined in: src/react/react.ts:248
Props for compiling a scenario and mounting the resulting runtime in React.
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?:ReactNode
Defined in: src/react/react.ts:254
React children that should read the created runtime and world.
overrides?
Section titled “overrides?”
optionaloverrides?:Partial<GameboardPlanOptions>
Defined in: src/react/react.ts:252
Optional recipe overrides applied while compiling the scenario board.
scenario
Section titled “scenario”scenario:
GameboardScenario
Defined in: src/react/react.ts:250
Scenario containing the board recipe plus actors, patrols, movement, and quests.