Class: Event

ol.interaction.Modify.Event

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

Extends

Members

features{ol.Collection.<ol.Feature>} experimental

The features being modified.

mapBrowserEvent{ol.MapBrowserEvent} experimental

Associated ol.MapBrowserEvent.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

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

Stop event propagation.

stopPropagation() inherited

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

Stop event propagation.

Events

change inherited experimental

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

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

modifyend experimental

src/ol/interaction/modify.js, line 1045

Triggered upon feature modification end

modifystart experimental

src/ol/interaction/modify.js, line 1039

Triggered upon feature modification start