|
@@ -27,7 +27,7 @@ See [`Menu`](menu.md) for examples.
|
|
|
* `visible` Boolean - (optional) If false, the menu item will be entirely hidden.
|
|
|
* `checked` Boolean - (optional) Should only be specified for `checkbox` or `radio` type
|
|
|
menu items.
|
|
|
- * `submenu` MenuItemConstructorOptions[] - (optional) Should be specified for `submenu` type menu items. If
|
|
|
+ * `submenu` (MenuItemConstructorOptions[] | Menu) - (optional) 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`.
|