Class: Event

ol.interaction.DragBox.Event


Events emitted by ol.interaction.DragBox instances are instances of this type.

Extends

Members

coordinate{ol.Coordinate}

The coordinate of the drag event.

mapBrowserEvent{ol.MapBrowserEvent}

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

src/ol/events/event.js, line 48

Stop event propagation.

stopPropagation() inherited

src/ol/events/event.js, line 56

Stop event propagation.

Events

boxdrag

src/ol/interaction/dragbox.js, line 186

Triggered on drag when box is active.

boxend

src/ol/interaction/dragbox.js, line 193

Triggered upon drag box end.

boxstart

src/ol/interaction/dragbox.js, line 179

Triggered upon drag box start.

change inherited

src/ol/events/eventtype.js, line 8

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