Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MusicPlaylistConstructor

MusicPlaylist Data Constructor

Interface for data parameter used when creating a new MusicPlaylist

Hierarchy

  • MusicPlaylistConstructor

Index

Properties

authors: Author | Author[]

User(s) that created this playlist

collaborative?: boolean

Is the playlist collaborative/editable by other users on the platform?

duration: number

Duration of the track in seconds

id?: string

Service's ID of playlist

isAlbum?: boolean

Is the playlist an album?

name: string

Name of playlist

originalData: any

The original/raw data recieved when making the request

queuedBy?: any

Reference of who queued the playlist

service: Service

Service which is hosting the playlist

thumbnail: string

URL of thumbnail

tracks: MusicTrack[]

Array of tracks in playlist

url: string

Friendly URL of playlist

Generated using TypeDoc