This property indicates which button was pressed on the mouse to trigger the event.
Possible values:
optional event detail data depending on the type of the event.
This property is set by the DrawingBoard utility and dispatched when an "onShapeAdd" or "onShapeRemove" event occurs. Index in the coordinate array of the shape being added or removed.
the layer the event relates to.
This property is set by the RangeSelector utility and dispatched when an "dragStart", "dragMove" or "dragStop" event occurs. The respective Range on in which the event occurred.
Gives the x coordinate relative to the map HTMLElement in pixels. This property is only set when created by user interaction with native mouse/touch/pointer events.
Gives the y coordinate relative to the map HTMLElement in pixels. This property is only set when created by user interaction with native mouse/touch/pointer events.
The underlying native Mouse-, Pointer- or Touch-event generated by the browser. This property will be null if the Event was not directly generated from a native event.
The feature on the map this event relates to. e.g. User clicks/taps on a specific Feature on the map. If the event does not refer to any feature, the property is null.
This property specifies the time at which the event was created in milliseconds relative to 1970-01-01T00:00:00Z.
The type of the event. Supported events: "tap", "dbltap", "pointerup", "pointerenter", "pointerleave", "featureUnselected", "error", "dragStart", "dragStop".
Generated using TypeDoc
The EditorEvent represents an event which takes place in the editor. An event can be triggered by user interaction e.g. tapping on the map, or generated to represent the progress of an asynchronous task.