Archived
update typings file (#16832)
This commit is contained in:
Vendored
+3
-3
@@ -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