Class: DragBoxEvent

ol/interaction/DragBox.DragBoxEvent


Events emitted by DragBox instances are instances of this type.

Extends

Members

coordinate{Coordinate}

The coordinate of the drag event.

mapBrowserEvent{MapBrowserEvent}

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

Prevent default. This means that no emulated click, singleclick or doubleclick events will be fired.

stopPropagation() inherited

Stop event propagation.

Events

Triggered upon drag box canceled.

Triggered on drag when box is active.

Triggered upon drag box end.

Triggered upon drag box start.

Generic change event. Triggered when the revision counter is increased.

Generic error event. Triggered when an error occurs.