The type of items in the playlist
Additional configuration options passed to the playlist constructor. Use this for custom playlist implementations.
Property key used to identify items. Used when selecting items by identifier (e.g., 'uri', 'id', 'chapterId').
The items in the playlist
Name of the playlist class to instantiate. Resolved via the resource importer.
Built-in options: 'SimplePlaylist'
Configuration for a playlist.
Playlists manage collections of items (e.g., video chapters) that can be selected and navigated. They are resolved dynamically via the resource importer using
systemName.Built-in playlists:
SimplePlaylist: Basic playlist with array of itemsExample