Interfaces
DownloadedData
Provides data for downloaded event.
Defined in: ui/image-cache/index.d.ts:124
Provides data for downloaded event.
Extends
Properties
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
image
image: ImageSource;Defined in: ui/image-cache/index.d.ts:132
Gets the cached image.
key
key: string;Defined in: ui/image-cache/index.d.ts:128
A string indentifier of the cached image.
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
- Previous
- DiscardedErrorEventData
- Next
- DownloadError