IMenuAction
in
Interface IMenuAction
Tags
Table of Contents
Methods
- getId() : string
- getLabel() : string
- The translated label of the menu item.
- getLink() : string
- The link this menu item points to.
- getPriority() : int
- render() : string
- Custom render function.
Methods
getId()
public
getId() : string
Tags
Return values
stringgetLabel()
The translated label of the menu item.
public
getLabel() : string
Tags
Return values
stringgetLink()
The link this menu item points to.
public
getLink() : string
Tags
Return values
stringgetPriority()
public
getPriority() : int
Tags
Return values
intrender()
Custom render function.
public
render() : string
The returned HTML will be wrapped within a listitem element (<li>...</li>
).