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 of playlist, generated by VideoGata

Inherited from

PlaylistInfo.id


images

Optional images: ImageInfo[]

Images associated with 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 VideoGata.

Inherited from

PlaylistInfo.pluginId


videos

videos: Video[]