update typings file (#16832)

This commit is contained in:
Alan Ren
2021-08-19 13:33:53 -07:00
committed by GitHub
parent da73265c9e
commit ac76409335

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

@@ -3531,12 +3531,12 @@ declare module 'azdata' {
* Currently this is auto-generated by the framework but can be queried after * Currently this is auto-generated by the framework but can be queried after
* view initialization is completed * view initialization is completed
*/ */
readonly editorUri: string; readonly editorUri?: string;
/** /**
* Toggle for whether the editor should be automatically resized or not * Toggle for whether the editor should be automatically resized or not. Default value is false.
*/ */
isAutoResizable: boolean; isAutoResizable?: boolean;
} }
export enum ButtonType { export enum ButtonType {