Class: TableManagerEvent

Mapspace.control. TableManagerEvent


new TableManagerEvent(type, table, added, removed)

Parameters:
Name Type Argument Description
type string

Event type.

table Mapspace.control.Table

Table.

added Array.<ol.Feature> <nullable>

Optional. Features added to selection.

removed Array.<ol.Feature> <nullable>

Optional. Features removed from selection.

Source:
mapspace/events.js

Extends

Members


<nullable> added :Array.<ol.Feature>

Features added to selection.

Source:
mapspace/events.js

<nullable> removed :Array.<ol.Feature>

Features removed from selection.

Source:
mapspace/events.js

table :Mapspace.layer.Vector

Layer that caused the event.

Source:
mapspace/events.js