For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

Events emitted by the VideoID Widget component.

The VideoID component emits events during its lifecycle so that the different scenarios can be controlled.

Usage example

const widgetRef = document.querySelector('facephi-video-id-widget');

widgetRef.addEventListener('widgetLoaded', handleWidgetLoaded);

function handleWidgetLoaded() {
  console.info('The component is fully loaded and running');
}

Events emitted by VideoID

Last updated