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