Skip to main content

Interface: Playlist

Hierarchy

Properties

apiId

Optional apiId: string

Id from third party service this Playlist was retrieved from.

Inherited from

PlaylistInfo.apiId


id

Optional id: string

Unique Id generated by AudioGata

Inherited from

PlaylistInfo.id


images

Optional images: ImageInfo[]

Images associated with this Playlist

Inherited from

PlaylistInfo.images


isUserPlaylist

Optional isUserPlaylist: boolean

Determine whether this a private playlist only associated with a user.

Inherited from

PlaylistInfo.isUserPlaylist


name

Optional name: string

Name of playlist

Inherited from

PlaylistInfo.name


originalUrl

Optional originalUrl: string

Url that points to third party service where to Playlist was retrieved from

Inherited from

PlaylistInfo.originalUrl


pluginId

Optional pluginId: string

Plugin Id of plugin where Playlist was retrieved from. Set by AudioGata.

Inherited from

PlaylistInfo.pluginId


tracks

tracks: Track[]