PluginInfo
Defined in: src/structures/Types/Track.ts:73
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
albumArtUrl? (src/structures/Types/Track.ts:81) | string | The url of the album art |
albumName? (src/structures/Types/Track.ts:77) | string | The Identifier provided by a plugin |
albumUrl? (src/structures/Types/Track.ts:79) | string | The url of the album |
artistArtworkUrl? (src/structures/Types/Track.ts:85) | string | The url of the artist artwork |
artistUrl? (src/structures/Types/Track.ts:83) | string | The url of the artist |
artworkUrl? (src/structures/Types/Track.ts:95) | string | The ArtworkUrl provided by a plugin |
author? (src/structures/Types/Track.ts:97) | string | The Author Information provided by a plugin |
clientData? (src/structures/Types/Track.ts:103) | object | You can put specific track information here, to transform the tracks… |
clientData.previousTrack? (src/structures/Types/Track.ts:105) | boolean | |
identifier? (src/structures/Types/Track.ts:93) | string | The Identifier provided by a plugin |
isPreview? (src/structures/Types/Track.ts:89) | boolean | Whether the track is a preview |
previewUrl? (src/structures/Types/Track.ts:87) | string | The url of the preview |
totalTracks? (src/structures/Types/Track.ts:91) | number | The total number of tracks in the playlist |
type? (src/structures/Types/Track.ts:75) | string | The Type provided by a plugin |
uri? (src/structures/Types/Track.ts:101) | string | The Url provided by a Plugin |
url? (src/structures/Types/Track.ts:99) | string | The Url provided by a Plugin |