Skip to content

GameboardScenarioProviderProps

Defined in: packages/declarative-hex-worlds/src/react/react.ts:310

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

optional children?: ReactNode

Defined in: packages/declarative-hex-worlds/src/react/react.ts:316

React children that should read the created runtime and world.


optional overrides?: Partial<GameboardPlanOptions>

Defined in: packages/declarative-hex-worlds/src/react/react.ts:314

Optional recipe overrides applied while compiling the scenario board.


scenario: GameboardScenario

Defined in: packages/declarative-hex-worlds/src/react/react.ts:312

Scenario containing the board recipe plus actors, patrols, movement, and quests.