Function LoadingIndicator
- LoadingIndicator(props): ReactNode
Parameters
props: Omit<HTMLAttributes<LoadingIndicator>, "error" | "fullscreen" | "theoplayerUiObservedProperties" | "player" | "deviceType" | "streamType" | "playbackRate" | "activeVideoQuality" | "targetVideoQualities" | "previewTime" | "connectedCallback" | "attributeChangedCallback"> & EventListeners<{}> & Partial<Omit<LoadingIndicator, keyof HTMLElement>> & RefAttributes<LoadingIndicator>
Returns ReactNode
See LoadingIndicator in @theoplayer/web-ui.