OptionalacceptsOptionalariaWCAG20 standard for defining info about the component (usually the name)
It is recommended to use onAriaLabel and offAriaLabel for toggle buttons
as the component can then update them as the button is used. If this is the case,
the aria-pressed attribute is not set as the specification defines either the name
or the pressed-state should be changed, but not both.
Some platforms, like many versions of Samsung Tizen TVs, don't support the aria-pressed
attribute, so it is recommended to use onAriaLabel and offAriaLabel instead.
If both ariaLabel and onAriaLabel are set, onAriaLabel is used.
OptionalcssThe CSS classes of the component. This is usually the class from where the component takes its styling.
OptionalcssAdditional CSS classes of the component.
OptionalcssA prefix to prepend all CSS classes with.
OptionaldisabledSpecifies if the component is enabled (interactive) or not. Default: false
OptionalenterSpecify whether the player should be set to enter fullscreen by clicking on the playback toggle button when initiating the initial playback. Default is false.
OptionalhiddenSpecifies if the component should be hidden at startup. Default: false
OptionalidThe HTML ID of the component. Default: automatically generated with pattern 'ui-id-{guid}'.
OptionaloffThe aria label that marks the off-state of the button.
OptionaloffThe CSS class that marks the off-state of the button.
OptionalonThe aria label that marks the on-state of the button.
OptionalonThe CSS class that marks the on-state of the button.
OptionalroleSpecifies the component role for WCAG20 standard
OptionaltabWCAG20 requirement for screen reader navigation
OptionaltagThe HTML tag name of the component. Default: 'div'
OptionaltextThe text as string or as localize callback on the button.
Specifies whether the first touch event received by the UIContainer should be prevented or not.
Default: false