GameboardPieceRegistryAnalysisCheck
Defined in: src/pieces/pieces.ts:187
Result for one registry analysis check.
Properties
Section titled “Properties”errors
Section titled “errors”errors: readonly
string[]
Defined in: src/pieces/pieces.ts:201
Fatal check diagnostics.
id:
string
Defined in: src/pieces/pieces.ts:189
Check id.
Defined in: src/pieces/pieces.ts:191
Check mode.
selectedCount
Section titled “selectedCount”selectedCount:
number
Defined in: src/pieces/pieces.ts:195
Number of selected pieces.
selectedIds
Section titled “selectedIds”selectedIds: readonly
string[]
Defined in: src/pieces/pieces.ts:197
Selected piece ids.
selection
Section titled “selection”selection:
GameboardPieceRegistrySelection
Defined in: src/pieces/pieces.ts:193
Selection used by the check.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/pieces/pieces.ts:199
Non-fatal check diagnostics.