QueryResult
The manager search result.
Signature
export interface QueryResultProperties
5Methods
0No methods.
Properties
loadType: LoadType;The load type of the search result.
@type{LoadType}
playlist: Playlist | null;The playlist of the search result.
@type{Playlist | null}
exception: Exception | null;The exception of the search result.
@type{Exception | null}
tracks: TrackStructure[];The tracks of the search result.
@type{TrackStructure[]}
pluginInfo: PluginInfo | null;The plugin info of the search result.
@type{PluginInfo | null}