Options
All
  • Public
  • Public/Protected
  • All
Menu

Spotify Track Class

Hierarchy

  • SpotifyTrack

Index

Constructors

constructor

Properties

album

album: undefined | SpotifyTrackAlbum

Spotify Track Album data

artists

artists: SpotifyArtists[]

Spotify Track Artists data [ array ]

durationInMs

durationInMs: number

Spotify Track Duration in milli seconds

durationInSec

durationInSec: number

Spotify Track Duration in seconds

explicit

explicit: boolean

Spotify Track explicit info.

id

id: string

Spotify Track ID

name

name: string

Spotify Track Name

thumbnail

thumbnail: undefined | SpotifyThumbnail

Spotify Track Thumbnail Data

type

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

Spotify Class type. == "track"

url

url: string

Spotify Track url

Methods

toJSON

Generated using TypeDoc