9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/image-cache/index.d.ts:124

Provides data for downloaded event.

Extends

Properties

eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

EventData.eventName


image

ts
image: ImageSource;

Defined in: ui/image-cache/index.d.ts:132

Gets the cached image.


key

ts
key: string;

Defined in: ui/image-cache/index.d.ts:128

A string indentifier of the cached image.


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

EventData.object