hoshimi
    Preparing search index...

    Interface QueryResult

    The manager search result.

    interface QueryResult {
        exception: Exception | null;
        loadType: LoadType;
        playlist: Playlist | null;
        pluginInfo: PluginInfo | null;
        tracks: Track[];
    }
    Index

    Properties

    exception: Exception | null

    The exception of the search result.

    loadType: LoadType

    The load type of the search result.

    playlist: Playlist | null

    The playlist of the search result.

    pluginInfo: PluginInfo | null

    The plugin info of the search result.

    tracks: Track[]

    The tracks of the search result.