Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class DropDownListItem

Structure containing information about each item in a drop-down list.

Hierarchy

  • DropDownListItem

Index

Constructors

constructor

Properties

id

id: number

An optional, custom defined, identifier to associate with each item.

label

label: string

UTF-8 encoded label for the item.

subItems

subItems: Array<DropDownListItem>

Potential list of sub-items (for multi-level) for this item.

Methods

getLevel

  • getLevel(): number

getParent

getSelected

  • getSelected(): boolean

setSelected

  • setSelected(selected: boolean): void

Generated using TypeDoc