API Documentation
DruxtMenuItem
menu
DruxtMenuItem
Used by the DruxtMenu component to render individual Druxt Wrapper themeable menu items.
.getLink()
Returns a menu link components.
Kind: instance method of DruxtMenuItem
.templates()
The menu item template functions.
Kind: instance method of DruxtMenuItem
.props
Kind: static property of DruxtMenuItem
object
.item : The menu item.
Kind: static property of props
Required:
.computed
Kind: static property of DruxtMenuItem
boolean
.active : Current items Active state.
Kind: static property of computed
string
.classes : Class(es) for the menu item.
Kind: static property of computed
.menu
The parent DruxtMenu component, if present.
Kind: static property of computed
string
.template : The menu item template type.
Kind: static property of computed
object
.to : The to
attribute for the menu item.
Kind: static property of computed
.render()
The Vue.js render function.
Kind: static method of DruxtMenuItem