GameboardScenarioProviderProps
Defined in: packages/declarative-hex-worlds/src/react/react.ts:310
Props for compiling a scenario 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:316
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:314
Optional recipe overrides applied while compiling the scenario board.
scenario
Section titled “scenario”scenario:
GameboardScenario
Defined in: packages/declarative-hex-worlds/src/react/react.ts:312
Scenario containing the board recipe plus actors, patrols, movement, and quests.