Class: DropdownEvent

bu.control. DropdownEvent

Events emitted by bu.control.Dropdown.


Parameters:
Name Type Description
type string

Event type.

text string

Text of the element in the list that was clicked.

value string

The value of the element in the list that was clicked.

Source:
bu/events.js

Extends

Members


text :string

The text of the element.

Type:
  • string
Source:
bu/events.js

value :string

The value of the element.

Type:
  • string
Source:
bu/events.js