GameboardPieceRegistryAnalysis
Defined in: src/pieces/pieces.ts:215
Summary and diagnostics for a piece registry.
Properties
Section titled “Properties”checks
Section titled “checks”checks: readonly
GameboardPieceRegistryAnalysisCheck[]
Defined in: src/pieces/pieces.ts:231
Per-check analysis results.
errors
Section titled “errors”errors: readonly
string[]
Defined in: src/pieces/pieces.ts:229
Fatal analysis diagnostics.
localOnlyCount
Section titled “localOnlyCount”localOnlyCount:
number
Defined in: src/pieces/pieces.ts:219
Number of pieces that require local-only assets.
pieceCount
Section titled “pieceCount”pieceCount:
number
Defined in: src/pieces/pieces.ts:217
Number of pieces in the registry.
roleCounts
Section titled “roleCounts”roleCounts:
Readonly<Record<string,number>>
Defined in: src/pieces/pieces.ts:221
Piece counts by role.
sourceCounts
Section titled “sourceCounts”sourceCounts:
Readonly<Record<string,number>>
Defined in: src/pieces/pieces.ts:223
Piece counts by source.
tagCounts
Section titled “tagCounts”tagCounts:
Readonly<Record<string,number>>
Defined in: src/pieces/pieces.ts:225
Piece counts by tag.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/pieces/pieces.ts:227
Non-fatal analysis diagnostics.