Class: TableSelectionEvent

Mapspace.control. TableSelectionEvent

Events emitted by Mapspace.control.Table.


new TableSelectionEvent(type, added, removed)

Parameters:
Name Type Description
type string

Event type.

added Array.<ol.Feature>

Features added to selection.

removed Array.<ol.Feature>

Features removed from selection.

Source:
mapspace/events.js

Extends

Members


added :Array.<ol.Feature>

Features added to selection.

Source:
mapspace/events.js

removed :Array.<ol.Feature>

Features removed from selection.

Source:
mapspace/events.js