@haiix/tcomponent
    Preparing search index...

    Class AbstractComponentAbstract

    The base class for all components. Provides basic properties to manage the component hierarchy, attributes, and children.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    element: Element

    The root DOM Element of the component.

    The parent component instance, if any.

    Methods

    • Handles errors by delegating them to the parent component, or throws if there is no parent.

      Parameters

      • error: unknown

        The error to be handled.

      Returns void