mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update typings file (#16832)
This commit is contained in:
6
src/sql/azdata.d.ts
vendored
6
src/sql/azdata.d.ts
vendored
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user