diff --git a/src/sql/azdata.d.ts b/src/sql/azdata.d.ts index b3aafa89d5..bc2743bb88 100644 --- a/src/sql/azdata.d.ts +++ b/src/sql/azdata.d.ts @@ -3874,6 +3874,14 @@ declare module 'azdata' { */ export function createModelViewDialog(title: string, dialogName?: string, isWide?: boolean): Dialog; + /** + * Create a dialog with the given title + * @param title Title of the dialog, displayed at the top. + * @param dialogName Name of the dialog. + * @param width Width of the dialog, default is 'narrow'. + */ + export function createModelViewDialog(title: string, dialogName?: string, width?: DialogWidth): Dialog; + /** * Create a dialog tab which can be included as part of the content of a dialog * @param title The title of the page, displayed on the tab to select the page