Abstract
The base class for all components. Provides basic properties to manage the component hierarchy, attributes, and children.
Creates an instance of AbstractComponent.
AbstractComponent
Optional
The initialization parameters.
The root DOM Element of the component.
The parent component instance, if any.
Handles errors by delegating them to the parent component, or throws if there is no parent.
The error to be handled.
The base class for all components. Provides basic properties to manage the component hierarchy, attributes, and children.