Class: ModifyEvent

ol.interaction.ModifyEvent

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

Extends

Members

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

The features being modified.

mapBrowserPointerEvent{ol.MapBrowserPointerEvent} experimental

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 55

Stop event propagation.

Events

change inherited experimental

src/ol/events.js, line 13

Generic change event.

modifyend experimental

src/ol/interaction/modifyinteraction.js, line 43

Triggered upon feature modification end

modifystart experimental

src/ol/interaction/modifyinteraction.js, line 37

Triggered upon feature modification start