LoadTrackResponsePlaylist
ruvyrias / LoadTrackResponsePlaylist
Interface: LoadTrackResponsePlaylist
Defined in: types/Response.ts:91
Represents a response indicating a playlist during the loading of tracks.
Properties
data
data:
object
Defined in: types/Response.ts:95
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: types/Response.ts:93
The type of load, indicating it's a playlist response.