Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SpotifyTrack

Spotify Track Class

Hierarchy

  • SpotifyTrack

Index

Constructors

Properties

album: undefined | SpotifyTrackAlbum

Spotify Track Album data

artists: SpotifyArtists[]

Spotify Track Artists data [ array ]

durationInMs: number

Spotify Track Duration in milli seconds

durationInSec: number

Spotify Track Duration in seconds

explicit: boolean

Spotify Track explicit info.

id: string

Spotify Track ID

isrc: string

Spotify Track ISRC

name: string

Spotify Track Name

playable: boolean

Spotify Track playability info.

thumbnail: undefined | SpotifyThumbnail

Spotify Track Thumbnail Data

type: "playlist" | "track" | "album"

Spotify Class type. == "track"

url: string

Spotify Track url

Methods

Generated using TypeDoc