GameboardRecipe
Defined in: src/scenario/recipe.ts:65
Serializable recipe for constructing and optionally generating a gameboard plan.
Properties
Section titled “Properties”generation?
Section titled “generation?”
optionalgeneration?:GameboardRecipeGeneration
Defined in: src/scenario/recipe.ts:73
Optional seeded generation configuration applied after explicit steps.
options
Section titled “options”options:
GameboardPlanOptions
Defined in: src/scenario/recipe.ts:69
Base plan options used before step and generation application.
schemaVersion
Section titled “schemaVersion”schemaVersion:
"1.0.0"
Defined in: src/scenario/recipe.ts:67
Version tag for migration-safe recipe persistence.
steps: readonly
GameboardRecipeStep[]
Defined in: src/scenario/recipe.ts:71
Ordered imperative builder steps.