mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add Secure Enclaves dropdown with customizable Advanced options (#22019)
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -575,6 +575,12 @@ declare module 'azdata' {
|
||||
onSelectionChange?: SelectionChangeEvent[];
|
||||
}
|
||||
|
||||
export interface ServiceOption {
|
||||
/**
|
||||
* Used to define list of values based on which another option is rendered visible/hidden.
|
||||
*/
|
||||
onSelectionChange?: SelectionChangeEvent[];
|
||||
}
|
||||
/**
|
||||
* This change event defines actions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user