Appearance
Documentation / @geoverse/editor-core / ValidationIssue
Interface: ValidationIssue
Defined in: packages/editor-core/src/types.ts:48
Properties
featureIds
ts
featureIds: string[];Defined in: packages/editor-core/src/types.ts:53
关联要素,便于适配器高亮。
message
ts
message: string;Defined in: packages/editor-core/src/types.ts:51
ruleId
ts
ruleId: string;Defined in: packages/editor-core/src/types.ts:49
severity
ts
severity: IssueSeverity;Defined in: packages/editor-core/src/types.ts:50
