artwork property
The artwork property of the
MediaMetaData interface returns or sets an array of
objects representing images associated with playing
media.
Implementation
external JSArray<MediaImage> get artwork;
Implementation
external set artwork(JSArray<MediaImage> value);