PlaylistItemChangedCallback
type PlaylistItemChangedCallback: (currentIndex) => void;
Function to be triggered on playlist item changed.
Parameters
Parameter | Type | Description |
---|---|---|
currentIndex | number | The index of the current playlist item |
type PlaylistItemChangedCallback: (currentIndex) => void;
Function to be triggered on playlist item changed.
Parameter | Type | Description |
---|---|---|
currentIndex | number | The index of the current playlist item |