LmnMediaPlayerVimeoEventChapterChange
No documentation has been provided.
Presentation
type LmnMediaPlayerVimeoEventChapterChange = {
action: "chapterchange";
payload: {
index: number;
startTime: number;
title: string;
};
};
No documentation has been provided.
type LmnMediaPlayerVimeoEventChapterChange = {
action: "chapterchange";
payload: {
index: number;
startTime: number;
title: string;
};
};