mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
This commit is contained in:
parent
4704284ad2
commit
95c64975e8
8 changed files with 115 additions and 28 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -723,7 +723,7 @@ declare interface IModels {
|
|||
|
||||
declare interface IMenu {
|
||||
label?: string,
|
||||
click?: (element: HTMLElement) => void,
|
||||
click?: (element: HTMLElement) => boolean | void,
|
||||
type?: "separator" | "submenu" | "readonly",
|
||||
accelerator?: string,
|
||||
action?: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue