mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
Add validation error message for inputbox component (#8909)
* add validation error message for inputbox component * addressing comments * remove copying entire definition for InputBoxProperties
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -194,4 +194,8 @@ declare module 'azdata' {
|
||||
|
||||
export interface ImageComponentProperties extends ComponentProperties, ComponentWithIconProperties {
|
||||
}
|
||||
|
||||
export interface InputBoxProperties extends ComponentProperties {
|
||||
validationErrorMessage?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user