Interface: Entry

Entry

Source:

Methods

getMenu() → {Menu}

Source:
Returns:
The menu the entry belongs to.
Type
Menu

getType() → {string}

Source:
Returns:
The type of the entry.
Type
string

hide()

Hide entry in the menu.
Source:

isHidden() → {boolean}

Source:
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.
Source:

show()

Show entry in the menu.
Source: