Class: Event

ol.events.Event


Stripped down implementation of the W3C DOM Level 2 Event interface.

See:

Subclasses

Members

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault()

Stop event propagation.

stopPropagation()

Stop event propagation.

Events

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