mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Expose inputbox title so hover text can be set (#13084)
* expose inputbox title so hover text can be set * only update title if there's a value
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -531,6 +531,10 @@ declare module 'azdata' {
|
||||
export interface InputBoxProperties extends ComponentProperties {
|
||||
validationErrorMessage?: string;
|
||||
readOnly?: boolean;
|
||||
/**
|
||||
* This title will show when hovered over
|
||||
*/
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export interface CheckBoxProperties {
|
||||
|
||||
Reference in New Issue
Block a user