mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 07:23:23 +08:00
编排补齐utools窗口交互和内容输入的功能
This commit is contained in:
4
src/plugins/monaco/types/utools.api.d.ts
vendored
4
src/plugins/monaco/types/utools.api.d.ts
vendored
@@ -424,6 +424,10 @@ interface UToolsApi {
|
||||
* 拖拽文件
|
||||
*/
|
||||
startDrag(file: string | string[]): void;
|
||||
/**
|
||||
* 获取当前窗口类型
|
||||
*/
|
||||
getWindowType(): "main" | "detach" | "browser";
|
||||
/**
|
||||
* 屏幕取色
|
||||
*/
|
||||
|
Reference in New Issue
Block a user