Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new CheckMenuItemModel(label: string, prefixLabel: string, prefixIconURL: string, enable: boolean, actionPerformedHandler: Function, defaultChecked?: boolean): CheckMenuItemModel
  • Parameters

    • label: string
    • prefixLabel: string
    • prefixIconURL: string
    • enable: boolean
    • actionPerformedHandler: Function
    • Optional defaultChecked: boolean

    Returns CheckMenuItemModel

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.

checked

checked: boolean

enable

enable: boolean

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

label

label: string

The label of this menu item.

prefixIconURL

prefixIconURL: string

prefixLabel

prefixLabel: string

type

type: Type<any>

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

Generated using TypeDoc