Add Secure Enclaves dropdown with customizable Advanced options (#22019)

This commit is contained in:
Cheena Malhotra
2023-03-01 11:01:50 -08:00
committed by GitHub
parent bf05ea69ef
commit 35f7736b96
7 changed files with 163 additions and 16 deletions

View File

@@ -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
*/