Interface PlaylistItem

PlaylistItem ($ref: "Playlist.Item") Represents an item in a playlist.

interface PlaylistItem {
    item: PlaylistMediaItem | PlaylistMediaItem[];
}

Properties

Properties

The media item to add to the playlist. It can be a single item or an array of items.