mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Promote updated width parameter for createModelViewDialog to stable (#15648)
This commit is contained in:
8
src/sql/azdata.d.ts
vendored
8
src/sql/azdata.d.ts
vendored
@@ -3874,6 +3874,14 @@ declare module 'azdata' {
|
|||||||
*/
|
*/
|
||||||
export function createModelViewDialog(title: string, dialogName?: string, isWide?: boolean): Dialog;
|
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
|
* 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
|
* @param title The title of the page, displayed on the tab to select the page
|
||||||
|
|||||||
Reference in New Issue
Block a user