Skip to content

UI builder - Studio API

Playlist

To execute Playlist APIs, take a look at the examples below:

Api.playlist.readPage("My Page");
Api.playlist.readNext();

readPage

Reads the Page provided in the Parameter

Api.playlist.readPage(page: string | number): void;

Parameter Type Description
page string/number The Page ID of the Page to be read

readPrev

Reads the Previous Page

Api.playlist.readPrev(): void;

readNext

Reads the Next Page

Api.playlist.readNext(): void;