Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlaylistJSON

Hierarchy

  • PlaylistJSON

Index

Properties

Optional channel

channel?: YouTubeChannel

YouTube Playlist channel data

Optional id

id?: string

YouTube Playlist ID

Optional lastUpdate

lastUpdate?: string

Time when playlist was last updated

Optional link

link?: string

YouTube Playlist url with starting video url.

Optional thumbnail

thumbnail?: { height: undefined | number; id: undefined | string; url: undefined | string; width: undefined | number }

YouTube Playlist thumbnail Data

Type declaration

  • height: undefined | number
  • id: undefined | string
  • url: undefined | string
  • width: undefined | number

Optional title

title?: string

YouTube Playlist Name

Optional url

url?: string

YouTube Playlist url

Optional videoCount

videoCount?: number

Total no of videos in that playlist

Optional videos

videos?: YouTubeVideo[]

first 100 videos in that playlist

Optional views

views?: number

Total views of that playlist

Generated using TypeDoc