backColor
The color of the navigation bar background
The color of the navigation bar background
The color of the navigation bar border
The optimal height for the widget
Whether the widget is in edit mode
The color of the navigation items that are not highlighted
Sent when a navigation item is selected
The color of the highlighted navigation item
The index of the highlighted navigation item
The highlighted-state icons for the navigation icons
The name of the highlighted navigation item
The full navigation item data.
The normal-state icons for the navigation items
The labels of the navigation items
The names of the navigation items
The style with which navigation items are displayed
The navigation bar widget is intended for use in mobile apps for switching between cards, although there are many other possible uses. The widget displays a row of navigation items. Each of these has a name, which identifies it. Depending on the selected itemStyle, the items may display a label, icon, or both. All of the navigation item data is available as a single array via the itemArray property. At any time, zero or one of the navigation items may be highlighted. This is useful, for example, for indicating the current card. When the user clicks one of the navigation items, the widget sends a hiliteChanged message.
Whether the background of the widget is filled
Whether there is a dividing line at the top of the widget