Class: CheckListEvent

Mapspace.control. CheckListEvent

Events emitted by Mapspace.control.CheckList.


new CheckListEvent(type, list, checked)

Parameters:
Name Type Description
type string

Event type.

list Array.<string>

List of items in the control.

checked Array.<string>

List of checked items in the control in the priority order. The first item in the list is the one with most priority.

Source:
mapspace/events.js

Extends

Members


checked :Array.<string>

List of checked items in the control in the priority order. The first item in the list is the one with most priority.

Source:
mapspace/events.js

list :Array.<string>

List of items in the control.

Source:
mapspace/events.js