LoadTrackResponsePlaylist
ruvyrias / LoadTrackResponsePlaylist
Interface: LoadTrackResponsePlaylist
Defined in: src/Response.ts:90
Represents a response indicating a playlist during the loading of tracks.
Properties
data
data:
object
Defined in: src/Response.ts:94
Information about the playlist, including its name, selected track, plugin info, and an array of track data.
info
info:
object
Information about the playlist, such as its name and the selected track.
info.name
name:
string
The name of the playlist.
info.selectedTrack
selectedTrack:
number
The index of the selected track in the playlist.
pluginInfo
pluginInfo:
any
Additional plugin information related to the playlist.
tracks
tracks:
TrackData
[]
An array of track data representing the tracks in the playlist.
loadType
loadType:
"playlist"
Defined in: src/Response.ts:92
The type of load, indicating it's a playlist response.