Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

actionPerformedHandler

actionPerformedHandler: Function

A handler function will be called when this menu item is clicked.

autoResetFocus

autoResetFocus: boolean

A flag controlling the behavior of this menu item to auto reset focusing component when it is clicked or not.

enable

enable: boolean

A flag indicating that this menu item is currently enabled or not.

items

items: MenuItemModel[]

label

label: string

The label of this menu item.

menuModelFactory

menuModelFactory: IMenuModelFactory

Protected options

options: any

styleClasses

styleClasses: string[]

type

type: Type<any>

A type which is a sub-class of AbstractMenuItem of this menu item.

Methods

getOptions

  • getOptions(): any

setOptions

  • setOptions(options: any): void

Generated using TypeDoc