Interface PlaylistSwapOptions

PlaylistSwapOptions ($ref: "Playlist.SwapOptions") Represents options for swapping items in a playlist.

interface PlaylistSwapOptions {
    playlistid: string;
    position1: number;
    position2: number;
}

Properties

playlistid: string

The ID of the playlist.

position1: number

The first position to swap.

position2: number

The second position to swap.

MMNEPVFCICPMFPCPTTAAATR