SummarizeGameboardScenarioOptions
Defined in: src/scenario/scenario.ts:178
Options for summarizing an authored scenario and its compiled board.
Extends
Section titled “Extends”Properties
Section titled “Properties”
optionalplan?:GameboardPlanValidationConfig
Defined in: src/scenario/scenario.ts:158
Validation config passed to compiled plan validation.
Inherited from
Section titled “Inherited from”GameboardScenarioValidationConfig.plan
topAssetLimit?
Section titled “topAssetLimit?”
optionaltopAssetLimit?:number
Defined in: src/gameboard/gameboard.ts:306
Maximum number of high-frequency assets to include in topAssets.
Defaults to 20. Use 0 when only aggregate counts are needed.
Inherited from
Section titled “Inherited from”SummarizeGameboardPlanOptions.topAssetLimit
validatePlan?
Section titled “validatePlan?”
optionalvalidatePlan?:boolean
Defined in: src/scenario/scenario.ts:160
Whether to validate the compiled plan in addition to scenario references.