Corresponds to the aria-hidden accessibility attribute for this component
Corresponds to the aria-label accessibility attribute for this component
Corresponds to the role accessibility attribute for this component
Corresponds to the aria-selected accessibility attribute for this component
Corresponds to the display CSS property for the element
Whether the component is enabled in the DOM
A copy of the child items array. This cannot be added to directly - components must be created using the create methods instead
Event fired to notify that the component's validity has changed
The position CSS property. Empty by default. This is particularly useful if laying out components inside a FlexContainer and the size of the component is meant to be a fixed size. In this case the position must be set to 'absolute', with the parent FlexContainer having 'relative' position. Without this the component will fail to correctly size itself
Whether the component is valid or not
Creates a child component and adds it to this container. Adding component to multiple containers is not supported
the component to be added
Creates a collection of child components and adds them all to this container
the definitions
Removes all child items from this container
Focuses the component.
Creates a child component and inserts it to this container. Returns error given invalid index Adding component to multiple containers is not supported
the component to be added
the index to insert the component to
Removes a component from this container
Defines the layout for this container
object
Updates the specified CSS Styles and notifies the UI
The styles to update
Thenable that completes once the update has been applied to the UI
Sends any updated properties of the component to the UI
Thenable that completes once the update has been applied in the UI
Sends an updated property of the component to the UI
Thenable that completes once the update has been applied in the UI
Run the component's validations
Generated using TypeDoc
Matches the CSS style key and its available values.