Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ButtonMenuItemProperties

Hierarchy

  • ButtonMenuItemProperties

Index

Properties

Optional autoCloseMenu

autoCloseMenu: boolean

Indicates whether to automatically close the menu's item.

Read more...

Optional clickFunction

A function that executes on the ButtonMenuItem's click event.

Read more...

Optional iconClass

iconClass: string

Adds a CSS class to the menu button's DOM node.

Read more...

Optional items

An array of individual menu items.

Read more...

Optional label

label: string

The label of the menu item.

Read more...

Optional open

open: boolean

Indicates if the menu content is visible.

Read more...

Optional selected

selected: boolean

Indicates whether the menu item is selected.

Read more...

Optional selectionEnabled

selectionEnabled: boolean

Indicates whether a toggled state should be applied to individual menu items.

Read more...

Generated using TypeDoc