<theoplayer-radio-group> - A group of RadioButtons. At most one button in the group can be checked.

Behavior

This radio group implements the roving tabindex pattern.

  • Tab moves focus in or out of the radio group.
  • Up/Left arrow moves focus to the previous radio button.
  • Down/Right arrow moves focus to the next radio button.
  • Home moves focus to the first radio button.
  • End moves focus to the last radio button.

Hierarchy

Constructors

Properties

activeVideoQuality?: VideoQuality
fullscreen?: boolean
playbackRate?: number
previewTime?: number
streamType?: StreamType
targetVideoQualities?: VideoQuality[]
theoplayerUiObservedProperties: (keyof StateReceiverPropertyMap)[]

The names of the properties this element will receive.

Accessors

Methods

Generated using TypeDoc