ruvyrias / Exports / PluginInfo
Interface: PluginInfo
Represents additional information provided by a plugin associated with a track.
Table of contents
Properties
- albumArtUrl
- albumName
- albumUrl
- artistArtworkUrl
- artistUrl
- artworkUrl
- author
- clientData
- identifier
- isPreview
- previewUrl
- totalTracks
- type
- uri
Properties
albumArtUrl
• Optional
albumArtUrl: string
The URL of the album's artwork, if available.
Defined in
albumName
• Optional
albumName: string
The name of the album, if applicable.
Defined in
albumUrl
• Optional
albumUrl: string
The URL of the album, if applicable.
Defined in
artistArtworkUrl
• Optional
artistArtworkUrl: string
The URL of the artist's specific artwork, if applicable.
Defined in
artistUrl
• Optional
artistUrl: string
The URL of the artist's page, if applicable.
Defined in
artworkUrl
• Optional
artworkUrl: string
The URL of the general artwork associated with the plugin information.
Defined in
author
• Optional
author: string
The author or artist associated with the plugin information.
Defined in
clientData
• Optional
clientData: Object
Additional client-specific data associated with the plugin information.
Index signature
▪ [key: string
]: any
Defined in
identifier
• Optional
identifier: string
The unique identifier associated with the plugin information.
Defined in
isPreview
• Optional
isPreview: boolean
Indicates whether the information is a preview.
Defined in
previewUrl
• Optional
previewUrl: string
The preview URL associated with the plugin information, if available.
Defined in
totalTracks
• Optional
totalTracks: number
The total number of tracks associated with the plugin information, if applicable.
Defined in
type
• Optional
type: string
The type of the plugin information, such as 'album', 'playlist', 'artist', 'recommendations', or a custom type.
Defined in
uri
• Optional
uri: string
The URI or source link associated with the plugin information.