videosphere
    Preparing search index...

    Interface YouTubeVideoPlaylistMembership

    Playlist membership for a video on the authenticated user's YouTube channel.

    interface YouTubeVideoPlaylistMembership {
        playlistIds: string[];
        playlistTitles: string[];
    }
    Index

    Properties

    playlistIds: string[]

    Playlist ids containing the video, in YouTube list order.

    playlistTitles: string[]

    Titles aligned with playlistIds.