🔍SearchResult

Interface

PropertyDescriptionType

loadType

The load type

playlistInfo

The playlist info, if the load type is PLAYLIST_LOADED

playlistInfo.selectedTrack

The selected track

playlistInfo.name

The playlist name

playlistInfo.duration

The playlist duration, in milliseconds

exception

The exception, if the load type is LOAD_FAILED

Object (optional)

exception.message

The exception message

exception.severity

The exception severity

tracks

The track array, unresolved track in case of Deezer or Spotify

LOAD_TYPE

'TRACK_LOADED' | 'PLAYLIST_LOADED' | 'SEARCH_RESULT' | 'NO_MATCHES' | 'LOAD_FAILED'

Last updated