A flag indicating that this item is currently active or not.
Get the name of this item.
Get the nav menu which this item is in.
Getter method for active flag.
Default click event handler calling AbstractNavMenu.navigateTo to this item.
Play a ripple effect at the position specified in event object.
A mouse event causing the ripple effect to be played. For example, a mouse click event, etc.
A target DOM element to display the effect. By default, this should be an element causing an event to
occur (event.target).
Generated using TypeDoc
An abstract base class for
nav item. Anav itemmust be innav menu. This class provides a default onClick method implementation calling AbstractNavMenu.navigateTo to navigate the associatednav menutothisitem when it is clicked.shiorin, tee4cute
AbstractNavMenu