table designer validation support (#18438) (#18453)

* table designer validation

* vbump sts
This commit is contained in:
Alan Ren
2022-02-17 14:13:37 -08:00
committed by GitHub
parent 3faf51b573
commit b02e97e851
11 changed files with 186 additions and 72 deletions

View File

@@ -1425,7 +1425,7 @@ declare module 'azdata' {
/**
* Error messages of current state, and the property the caused the error.
*/
errors?: { message: string, property?: DesignerEditPath }[];
errors?: { message: string, propertyPath?: DesignerEditPath }[];
}
/**