Menu Entry
open class MenuEntry(styling: Style<BoxParams>) : MenuChild, EventProperties<HTMLButtonElement> , ElementProperties<Button> , FormProperties, TooltipProperties
Content copied to clipboard
This class combines the configuration and the core rendering of a MenuEntry.
An entry is a special kind of button consisting of a label and an optional icon used in dropdown menus. Just like a regular button it is clickable and can be enabled/disabled.
It can be configured with an icon, a text and can be enabled or disabled the same way as a regular button.
Parameters
styling
Optional style to be applied to the underlying button-element
Constructors
Functions
Properties
disabled
Link copied to clipboard
element
Link copied to clipboard
events
Link copied to clipboard
open override val events: ComponentProperty<EventContext<HTMLButtonElement>.() -> Unit>
Content copied to clipboard
icon
Link copied to clipboard
renderTooltip
Link copied to clipboard
open override val renderTooltip: ComponentProperty<Tag<HTMLElement>.() -> Unit>
Content copied to clipboard
text
Link copied to clipboard