Class: FeatureManagerDialogEvent

Mapspace.control. FeatureManagerDialogEvent


new FeatureManagerDialogEvent(type, data)

Parameters:
Name Type Description
type string

Event type.

data Object.<string, Object> | string

An object or a string. If it is an object then keys are feature IDs and values are objects containing the needed information. If it is a string contains values separated by carriage return copied from original data.

Source:
mapspace/events.js

Extends

Members


data :Object.<string, Object>|string

The data object.

Source:
mapspace/events.js