Properties
Optional exception
exception: { message: string; severity: string }
Type declaration
-
message: string
-
severity: string
loadType
loadType: "TRACK_LOADED" | "PLAYLIST_LOADED" | "SEARCH_RESULT" | "NO_MATCHES" | "LOAD_FAILED"
playlistInfo
playlistInfo: { name?: string; selectedTrack?: number }
Type declaration
-
Optional name?: string
-
Optional selectedTrack?: number