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