Methods
getMenu() → {Menu}
Returns:
The menu the entry belongs to.
- Type
- Menu
getType() → {string}
Returns:
The type of the entry.
- Type
- string
hide()
Hide entry in the menu.
isHidden() → {boolean}
Returns:
Indicates if item is hidden from display.
- Type
- boolean
setMenu(menu)
Sets the parent menu for this entry.
Parameters:
Name | Type | Description |
---|---|---|
menu |
Menu | The menu the entry is attached to. |
show()
Show entry in the menu.