Skip to content

GameboardScenarioProviderProps

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

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

optional children?: ReactNode

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

React children that should read the created runtime and world.


optional overrides?: Partial<GameboardPlanOptions>

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

Optional recipe overrides applied while compiling the scenario board.


scenario: GameboardScenario

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

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