Update siyuan.d.ts
This commit is contained in:
parent
df40349bd0
commit
14f3cf2f69
1 changed files with 2 additions and 2 deletions
4
src/siyuan.d.ts
vendored
4
src/siyuan.d.ts
vendored
|
@ -18,7 +18,7 @@ declare module "siyuan" {
|
||||||
sid: string
|
sid: string
|
||||||
}
|
}
|
||||||
|
|
||||||
declare interface IPluginDockTab {
|
interface IPluginDockTab {
|
||||||
position: "LeftTop" | "LeftBottom" | "RightTop" | "RightBottom" | "BottomLeft" | "BottomRight",
|
position: "LeftTop" | "LeftBottom" | "RightTop" | "RightBottom" | "BottomLeft" | "BottomRight",
|
||||||
size: { width: number, height: number },
|
size: { width: number, height: number },
|
||||||
icon: string,
|
icon: string,
|
||||||
|
@ -182,4 +182,4 @@ declare module "siyuan" {
|
||||||
|
|
||||||
close(): void;
|
close(): void;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue