Md Menu Item
open class MdMenuItem(disabled: Boolean = false, type: MenuItemType = MenuItemType.MenuItem, href: String? = null, target: LinkTarget? = null, keepOpen: Boolean = false, selected: Boolean = false, typeaheadText: String? = null, className: String? = null, init: MdMenuItem.() -> Unit? = null) : MdItemWidget, HasHeadlineSlot, HasLeadingSlot, HasSupportingTextSlot, HasTrailingSlot
Menu items are element that belongs to a menu.
Author
Maanrifa Bacar Ali
Constructors
Link copied to clipboard
constructor(disabled: Boolean = false, type: MenuItemType = MenuItemType.MenuItem, href: String? = null, target: LinkTarget? = null, keepOpen: Boolean = false, selected: Boolean = false, typeaheadText: String? = null, className: String? = null, init: MdMenuItem.() -> Unit? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the text to the headline slot.
Link copied to clipboard
Sets the icon identified by name to the leading slot.
Link copied to clipboard
Link copied to clipboard
Sets the text to the supporting text slot.
Link copied to clipboard
Sets the icon identified by name to the trailing slot.