Class: SelectEvent

bu.control. SelectEvent

Events emitted by bu.control.Select.


new SelectEvent(type, text)

Parameters:
Name Type Description
type string

Event type.

text string

The text in the textbox when the button is clicked.

Source:
bu/events.js

Extends

Members


text :string

The text in the textbox when the button is clicked.

Type:
  • string
Source:
bu/events.js