🎨 menu

This commit is contained in:
Vanessa 2023-05-29 12:39:38 +08:00
parent e4b14a12c6
commit a3af4cf722
3 changed files with 3 additions and 8 deletions

View file

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