SeededGameboardPieceFillSelectionInspection
Defined in: src/rules/rules.ts:119
Inspection result for one piece-fill selection.
Properties
Section titled “Properties”errors
Section titled “errors”errors: readonly
string[]
Defined in: src/rules/rules.ts:135
Fatal selection errors.
id:
string
Defined in: src/rules/rules.ts:121
Fill id or generated inspection id.
Defined in: src/rules/rules.ts:123
Fill mode used for the selection.
selectedAssetIds
Section titled “selectedAssetIds”selectedAssetIds: readonly
string[]
Defined in: src/rules/rules.ts:131
Matched asset ids.
selectedCount
Section titled “selectedCount”selectedCount:
number
Defined in: src/rules/rules.ts:127
Number of pieces matched by the selection.
selectedPieceIds
Section titled “selectedPieceIds”selectedPieceIds: readonly
string[]
Defined in: src/rules/rules.ts:129
Matched piece declaration ids.
selection
Section titled “selection”selection:
GameboardPieceRegistrySelection
Defined in: src/rules/rules.ts:125
Selection criteria that were inspected.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/rules/rules.ts:133
Non-fatal selection warnings.