mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 02:02:35 -05:00
Support placeholder text for connection dialog options (#22693)
This commit is contained in:
10
src/sql/azdata.proposed.d.ts
vendored
10
src/sql/azdata.proposed.d.ts
vendored
@@ -522,6 +522,11 @@ declare module 'azdata' {
|
||||
export interface ConnectionOption {
|
||||
defaultValueOsOverrides?: DefaultValueOsOverride[];
|
||||
|
||||
/**
|
||||
* Used to define placeholder text
|
||||
*/
|
||||
placeholder?: string;
|
||||
|
||||
/**
|
||||
* When set to true, the respective connection option will be rendered on the main connection dialog
|
||||
* and not the Advanced Options window.
|
||||
@@ -535,6 +540,11 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface ServiceOption {
|
||||
/**
|
||||
* Used to define placeholder text
|
||||
*/
|
||||
placeholder?: string;
|
||||
|
||||
/**
|
||||
* Used to define list of values based on which another option is rendered visible/hidden.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user