Class: Event

ol.interaction.Modify.Event


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

Extends

Members

The features being modified.

mapBrowserEvent{ol.MapBrowserEvent}

Associated 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

change inherited

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

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

modifyend

src/ol/interaction/modifyeventtype.js, line 14

Triggered upon feature modification end

modifystart

src/ol/interaction/modifyeventtype.js, line 8

Triggered upon feature modification start