updates to the docs
This commit is contained in:
parent
cb3c5ded0f
commit
5db02ffaa9
8 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
## Class: Menu
|
||||
# Class: Menu
|
||||
|
||||
> Create native application menus and context menus.
|
||||
|
||||
|
@ -101,7 +101,7 @@ Inserts the `menuItem` to the `pos` position of the menu.
|
|||
|
||||
#### `menu.items`
|
||||
|
||||
A MenuItem[] array containing the menu's items.
|
||||
A `MenuItem[]` array containing the menu's items.
|
||||
|
||||
Each `Menu` consists of multiple [`MenuItem`](menu-item.md)s and each `MenuItem`
|
||||
can have a submenu.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue