Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for Spotify Playlist

Hierarchy

  • SpotifyPlaylist

Index

Constructors

constructor

Properties

collaborative

collaborative: boolean

description

description: string

Private fetched_tracks

fetched_tracks: <internal>.Map<string, SpotifyTrack[]>

id

id: string

name

name: string

owner

Private spotifyData

spotifyData: SpotifyDataOptions

thumbnail

thumbnail: SpotifyThumbnail

tracksCount

tracksCount: number

type

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

url

url: string

Accessors

total_pages

  • get total_pages(): number

total_tracks

  • get total_tracks(): number

Methods

fetch

page

toJSON

  • toJSON(): { collaborative: boolean; description: string; id: string; name: string; owner: SpotifyArtists; thumbnail: SpotifyThumbnail; type: "playlist" | "track" | "album"; url: string }

Generated using TypeDoc