Class: ImageSourceEvent

ol/source/Image.ImageSourceEvent


Events emitted by module:ol/source/Image~ImageSource instances are instances of this type.

Extends

Members

The image related to the event.

target{Object}

The event target.

type{string}

The event type.

Methods

preventDefault() inherited

events/Event.js, line 44

Stop event propagation.

stopPropagation() inherited

events/Event.js, line 52

Stop event propagation.

Events

change inherited

events/EventType.js, line 10

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

error inherited

events/EventType.js, line 17

Generic error event. Triggered when an error occurs.

imageloadend

source/Image.js, line 26

Triggered when an image finishes loading.

imageloaderror

source/Image.js, line 33

Triggered if image loading results in an error.

imageloadstart

source/Image.js, line 19

Triggered when an image starts loading.