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