mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
Address Secure enclaves feedback to show required indicator optionally (#22428)
This commit is contained in:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -614,6 +614,13 @@ declare module 'azdata' {
|
||||
* Action to be taken, Supported values: 'show', 'hide'.
|
||||
*/
|
||||
action: string;
|
||||
|
||||
/**
|
||||
* Whether or not the option should be set to required when visible. Defaults to false.
|
||||
* NOTE: Since this is dynamically defined, option values are not updated on 'show' and validation is not performed.
|
||||
* When set to true, providers must handle property validation.
|
||||
*/
|
||||
required?: boolean;
|
||||
}
|
||||
|
||||
// Object Explorer interfaces --------------------------------
|
||||
|
||||
Reference in New Issue
Block a user