AbstractCreates an instance of AbstractComponent.
Optionalparams: ComponentParams
The initialization parameters.
AbstractelementThe root DOM Element of the component.
Optional ReadonlyparentThe parent component instance, if any.
Lazily initializes and returns the AbortSignal for this component. Automatically links to the parent's signal to form a cascade of teardowns.
Destroys the component. Aborts the internal controller (unbinding events) and removes the element from the DOM.
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.