Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRenderData

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

Hierarchy

  • IRenderData

Index

Properties

active

active: boolean

Whether the item is the active item.

Optional onfocus

onfocus: undefined | function

Optional tabbable

tabbable: undefined | false | true

Whether the user can tab to the item.

title

title: Title<Widget>

The title to be rendered.

Generated using TypeDoc