Interface PlaylistInsertParams

PlaylistInsertParams ($ref: "Playlist.Insert.Params") Parameters for the Insert method.

interface PlaylistInsertParams {
    item: PlaylistMediaItem | PlaylistMediaItem[];
    playlistid: string;
    position: number;
}

Properties

playlistid: string
position: number