Interface IRenderData

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

Hierarchy

  • IRenderData

Properties

active: boolean

Whether the item is the active item.

collapsed: boolean

Whether the item should be collapsed.

item: Menu.IItem

The item to be rendered.

onfocus?: (() => void)

Type declaration

    • (): void
    • Handler for when element is in focus.

      Returns void

Generated using TypeDoc