PluginInfo
Defined in: src/structures/Types/Track.ts:62
Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
albumArtUrl? (src/structures/Types/Track.ts:70) | string | The url of the album art |
albumName? (src/structures/Types/Track.ts:66) | string | The Identifier provided by a plugin |
albumUrl? (src/structures/Types/Track.ts:68) | string | The url of the album |
artistArtworkUrl? (src/structures/Types/Track.ts:74) | string | The url of the artist artwork |
artistUrl? (src/structures/Types/Track.ts:72) | string | The url of the artist |
artworkUrl? (src/structures/Types/Track.ts:84) | string | The ArtworkUrl provided by a plugin |
author? (src/structures/Types/Track.ts:86) | string | The Author Information provided by a plugin |
clientData? (src/structures/Types/Track.ts:92) | object | You can put specific track information here, to transform the tracks… |
clientData.previousTrack? (src/structures/Types/Track.ts:94) | boolean | |
identifier? (src/structures/Types/Track.ts:82) | string | The Identifier provided by a plugin |
isPreview? (src/structures/Types/Track.ts:78) | boolean | Whether the track is a preview |
previewUrl? (src/structures/Types/Track.ts:76) | string | The url of the preview |
totalTracks? (src/structures/Types/Track.ts:80) | number | The total number of tracks in the playlist |
type? (src/structures/Types/Track.ts:64) | string | The Type provided by a plugin |
uri? (src/structures/Types/Track.ts:90) | string | The Url provided by a Plugin |
url? (src/structures/Types/Track.ts:88) | string | The Url provided by a Plugin |