An object which holds the data to render a menu bar item.

Hierarchy

  • IRenderData

Properties

active: boolean

Whether the item is the active item.

onfocus?: ((event: FocusEvent) => void)

Type declaration

    • (event: FocusEvent): void
    • Parameters

      • event: FocusEvent

      Returns void

tabbable: boolean

Whether the user can tab to the item.

title: Title<Widget>

The title to be rendered.

Generated using TypeDoc