ruvyrias / Exports / PlaylistInfo
Interface: PlaylistInfo
Represents information about a playlist, including its name and the index of the selected track.
Table of contents
Properties
Properties
name
• name: string
The name of the playlist.
Defined in
selectedTrack
• selectedTrack: number
The index of the selected track within the playlist.
Defined in
type
• type: "playlist"
The type of the playlist