mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 01:25:38 -05:00
user confirmation (#20538)
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -1237,6 +1237,14 @@ declare module 'azdata' {
|
||||
* Format (mimeType) of the report
|
||||
*/
|
||||
mimeType: string;
|
||||
/**
|
||||
* Whether user confirmation is required, the default value is false.
|
||||
*/
|
||||
requireConfirmation?: boolean;
|
||||
/**
|
||||
* The confirmation text.
|
||||
*/
|
||||
confirmationText?: string;
|
||||
/**
|
||||
* The table schema validation error.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user