mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 09:35:38 -05:00
Add readOnly property to InputBoxComponent (#10687)
This commit is contained in:
1
src/sql/azdata.proposed.d.ts
vendored
1
src/sql/azdata.proposed.d.ts
vendored
@@ -309,6 +309,7 @@ declare module 'azdata' {
|
||||
|
||||
export interface InputBoxProperties extends ComponentProperties {
|
||||
validationErrorMessage?: string;
|
||||
readOnly?: boolean;
|
||||
}
|
||||
|
||||
export interface CheckBoxProperties {
|
||||
|
||||
Reference in New Issue
Block a user