widgetLoaded
Change in the loading state of the Video Provider.
Last updated
Change in the loading state of the Video Provider.
The Widget has finished loading and is ready to use.
Event: widgetLoaded
Type: CustomEvent
videoId.addEventListener('widgetLoaded', onWidgetLoaded);This event is emitted when the component has finished loading and is ready to begin the capture process.
<facephi-video-id
onWidgetLoaded={() => {
console.log('VideoID is fully loaded');
}}
/>Last updated