GameboardLayoutFillAnalysis
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:531
Analysis for a complete layout fill pass.
Properties
Section titled “Properties”candidateCount
Section titled “candidateCount”candidateCount:
number
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:539
Sum of candidate counts across rules.
errorCount
Section titled “errorCount”errorCount:
number
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:543
Total error count.
errors
Section titled “errors”errors: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:547
All errors prefixed by rule id.
placementCount
Section titled “placementCount”placementCount:
number
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:537
Number of placements selected by all rules.
ruleCount
Section titled “ruleCount”ruleCount:
number
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:535
Number of rules analyzed.
rules: readonly
GameboardLayoutFillRuleAnalysis[]
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:549
Per-rule analysis.
seed:
string
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:533
Seed used by the fill pass.
warningCount
Section titled “warningCount”warningCount:
number
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:541
Total warning count.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/coordinates/layout.ts:545
All warnings prefixed by rule id.