user confirmation (#20538)

This commit is contained in:
Alan Ren
2022-09-02 17:36:30 -07:00
committed by GitHub
parent fa858da1a6
commit 6d4fc1d98c
5 changed files with 41 additions and 10 deletions

View File

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