mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
This commit is contained in:
parent
152665335e
commit
ca0a9d4ba4
4 changed files with 43 additions and 3 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -484,6 +484,7 @@ declare interface IMenu {
|
|||
click?: (element: HTMLElement) => void,
|
||||
type?: "separator" | "submenu" | "readonly",
|
||||
accelerator?: string,
|
||||
action?: string,
|
||||
id?: string,
|
||||
submenu?: IMenu[]
|
||||
disabled?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue