OptionalariaWCAG20 standard for defining info about the component (usually the name)
OptionalcomponentsChild components of the container.
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
OptionalenableControls whether CEA-608 caption-specific text formatting (monospaced font, uppercase transform, and character letter-spacing) is applied. The CEA-608 grid-based row/column positioning is always preserved so captions still render at their authored on-screen positions.
Defaults to true (CEA-608 text formatting is applied, matching historical behavior).
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}'.
OptionalroleSpecifies the component role for WCAG20 standard
OptionaltabWCAG20 requirement for screen reader navigation
OptionaltagThe HTML tag name of the component. Default: 'div'
Configuration interface for a Container.