Class: ExportDialogEvent

Mapspace.control. ExportDialogEvent


new ExportDialogEvent(type, filename, filter, formats)

Parameters:
Name Type Argument Description
type string

Event type.

filename string

The file name.

filter string <nullable>

The filter for the features.

formats Array.<string>

The names of the formats to export to.

Source:
mapspace/events.js

Extends

Members


filename :string

The file name.

Source:
mapspace/events.js

<nullable> filter :string

The filter for the features.

Source:
mapspace/events.js

formats :Array.<string>

The names of the formats to export to.

Source:
mapspace/events.js