new DropdownEvent(type, text, value)
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:
- mapspace/events.js
Extends
Members
-
text :string
-
The text of the element.
- Source:
- mapspace/events.js
-
value :string
-
The value of the element.
- Source:
- mapspace/events.js