Optional
ariaWCAG20 standard for defining info about the component (usually the name)
Optional
componentsChild components of the container.
Optional
cssThe CSS classes of the component. This is usually the class from where the component takes its styling.
Optional
cssAdditional CSS classes of the component.
Optional
cssA prefix to prepend all CSS classes with.
Optional
disabledSpecifies if the component is enabled (interactive) or not. Default: false
Optional
hiddenSpecifies if the component should be hidden at startup. Default: false
Optional
hideThe delay in milliseconds after which the control bar will be hidden when there is no user interaction. Set to -1 for the UI to be always shown. Default: 5 seconds (5000)
Optional
hideSpecify whether the UI should be hidden immediatly if the mouse leaves the userInteractionEventSource. If false or not set it will wait for the hideDelay. Default: false
Optional
hideAn array of player states in which the UI will not be hidden, no matter what the hideDelay is.
Optional
idThe HTML ID of the component. Default: automatically generated with pattern 'ui-id-{guid}'.
Optional
roleSpecifies the component role for WCAG20 standard
Optional
tabWCAG20 requirement for screen reader navigation
Optional
tagThe HTML tag name of the component. Default: 'div'
Optional
userThe HTML element on which user interaction events (e.g. mouse and touch events) will be tracked to detect interaction with the UI. These basically trigger showing and hiding of the UI. Default: the UI container itself
Configuration interface for a UIContainer.