Class: DashboardEvent

Mapspace.control. DashboardEvent

Events emitted by Mapspace.control.Dashboard.


new DashboardEvent(type, text, tool)

Parameters:
Name Type Argument Description
type string

Event type.

text string <nullable>

Text of the element in the list that was clicked (if any element was clicked).

tool Mapspace.ToolNames <nullable>

Tool clicked (if any tool was clicked).

Source:
mapspace/events.js

Extends

Members


<nullable> text :string

The text of the element.

Source:
mapspace/events.js

<nullable> tool :Mapspace.ToolNames

Tool clicked.

Source:
mapspace/events.js