This commit is contained in:
Vanessa 2022-09-20 22:30:41 +08:00
parent 152665335e
commit ca0a9d4ba4
4 changed files with 43 additions and 3 deletions

View file

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