Class: DragBoxEvent

ol/interaction/DragBox~DragBoxEvent


Events emitted by module:ol/interaction/DragBox~DragBox instances are instances of this type.

Extends

Members

The coordinate of the drag event.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

events/Event.js, line 44

Stop event propagation.

stopPropagation() inherited

events/Event.js, line 52

Stop event propagation.

Events

boxdrag

interaction/DragBox.js, line 43

Triggered on drag when box is active.

boxend

interaction/DragBox.js, line 50

Triggered upon drag box end.

boxstart

interaction/DragBox.js, line 36

Triggered upon drag box start.

change inherited

events/EventType.js, line 10

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

error inherited

events/EventType.js, line 17

Generic error event. Triggered when an error occurs.