This commit is contained in:
Vanessa 2023-05-27 18:34:39 +08:00
parent 4704284ad2
commit 95c64975e8
8 changed files with 115 additions and 28 deletions

View file

@ -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,