Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ButtonMenuItem

Hierarchy

Index

Properties

autoCloseMenu

autoCloseMenu: boolean

Indicates whether to automatically close the menu's item.

Read more...

clickFunction

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

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

iconClass

iconClass: string

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

Read more...

initialized

initialized: boolean

items

An array of individual menu items.

Read more...

label

label: string

The label of the menu item.

Read more...

open

open: boolean

Indicates if the menu content is visible.

Read more...

selected

selected: boolean

Indicates whether the menu item is selected.

Read more...

selectionEnabled

selectionEnabled: boolean

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

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ButtonMenuItem

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ButtonMenuItem

  • Parameters

    Returns ButtonMenuItem

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc