Custom Menu Entry
open class CustomMenuEntry(styling: Style<BoxParams> = {}) : MenuChild, TooltipProperties
Content copied to clipboard
This class combines the configuration and the core rendering of a CustomMenuEntry.
A custom menu entry can be any fritz2 component. The component simply wraps any layout in a container and renders it to the menu.
Constructors
Functions
Properties
Link copied to clipboard
open override val renderTooltip: ComponentProperty<Tag<HTMLElement>.() -> Unit>
Content copied to clipboard