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

changeLoading

Change in the Video Provider loading state.

Details

It is emitted when the component's loading state changes.

Event: changeLoading

Type: FacephiVideoProviderCustomEvent<boolean> | CustomEvent<boolean>

Syntax

video.addEventListener('changeLoading', onChangeLoading);

Received object

detail: boolean

Description

Indicates whether the Video Provider is still loading. Do not initialize child widgets until detail it is false.

Considerations

In remote integrations (ws / sse), wait for this event before mounting Selphi, SelphID, or other widgets within the provider.


Example

Last updated