GameboardRecipeValidationResult
Defined in: src/scenario/recipe.ts:376
Result from compiling and validating a recipe.
Properties
Section titled “Properties”
optionalplan?:GameboardPlan
Defined in: src/scenario/recipe.ts:380
Compiled plan when compilation succeeds.
recipe
Section titled “recipe”recipe:
GameboardRecipe
Defined in: src/scenario/recipe.ts:378
Recipe that was inspected.
violations
Section titled “violations”violations: readonly
GameboardRuleViolation[]
Defined in: src/scenario/recipe.ts:382
Preflight and compiled-plan validation violations.