Class: SelectEvent

ol/interaction/Select~SelectEvent


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

Extends

Members

deselected{Array.<module:ol/Feature~Feature>}

Deselected features array.

selected{Array.<module:ol/Feature~Feature>}

Selected features array.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

events/Event.js, line 46

Stop event propagation.

stopPropagation() inherited

events/Event.js, line 54

Stop event propagation.

Events

change inherited

events/EventType.js, line 10

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