Promote updated width parameter for createModelViewDialog to stable (#15648)

This commit is contained in:
Charles Gagnon
2021-06-09 12:28:12 -07:00
committed by GitHub
parent 7256bff094
commit c8ef4ee47a

8
src/sql/azdata.d.ts vendored
View File

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