PluginInfo
The plugin information.
Signature
export interface PluginInfoProperties
13Methods
0No methods.
Properties
type?: PluginInfoType;The Type provided by a plugin.
@type{PluginInfoType | undefined}
albumName?: string;The Identifier provided by a plugin.
@type{string | undefined}
albumUrl?: string;The URL of the album.
@type{string | undefined}
albumArtUrl?: string;The URL of the album art.
@type{string | undefined}
artistUrl?: string;The URL of the artist.
@type{string | undefined}
artistArtworkUrl?: string;The URL of the artist artwork.
@type{string | undefined}
previewUrl?: string;The URL of the preview.
@type{string | undefined}
isPreview?: boolean;Whether the track is a preview.
@type{boolean | undefined}
totalTracks?: number;The total number of tracks in the playlist.
@type{number | undefined}
identifier?: string;The Identifier provided by a plugin.
@type{string | undefined}
artworkUrl?: string;The Artwork URL provided by a plugin.
@type{string | undefined}
author?: string;The Author Information provided by a plugin.
@type{string | undefined}
url?: string;The URL provided by a plugin.
@type{string | undefined}