Appearance
Documentation / @geoverse/editor-core / ValidationRule
Interface: ValidationRule
Defined in: packages/editor-core/src/types.ts:94
可插拔校验规则。
Properties
id
ts
id: string;Defined in: packages/editor-core/src/types.ts:95
scope
ts
scope: "local" | "server";Defined in: packages/editor-core/src/types.ts:97
severity
ts
severity: IssueSeverity;Defined in: packages/editor-core/src/types.ts:96
Methods
check()
ts
check(cs, ctx): ValidationIssue[];Defined in: packages/editor-core/src/types.ts:98
