Interface

IMenuItem

engine.IMenuItem

Menu item definition

Properties:
Name Type Attributes Description
label string

The visible text label for the menu item

title string <optional>

Optional accessibility title or tooltip text

url string <optional>

Optional target URL for navigation

icon string <optional>

Optional icon identifier to display with the menu item

color string <optional>

Optional color theme for the menu item

View Source lib/engine/interfaces.ts, line 283