Skip to content

ElectronMenuItemConstructorOptions.submenu?

ElectronMenuItemConstructorOptions › submenu?

Unofficial

Type: ElectronMenu | ElectronMenuItemConstructorOptions[]

Should be specified for submenu type menu items. If submenu is specified, the type: 'submenu' can be omitted. If the value is not a menu then it will be automatically converted to one using Menu.buildFromTemplate.