Class QueueItem.

SyncPlayQueueItem

interface SyncPlayQueueItem {
    ItemId?: string;
    PlaylistItemId?: string;
}

Properties

ItemId?: string

Gets the item identifier.

SyncPlayQueueItem

PlaylistItemId?: string

Gets the playlist identifier of the item.

SyncPlayQueueItem