listPlaylistItems in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists the ordered items in a content playlist.
listPlaylistItems in the widget’s uses list before calling it.
const items = await listPlaylistItems({ playlistId: 42, limit: 20 });
const listPlaylistItems: PortalFunction<PortalPage<PortalPlaylistItem>, ListPlaylistItemsInput>