UMD Web Components Library
    Preparing search index...

    Class BaseComponentInternal

    Base class for all web components created by the Model system. Extends HTMLElement with shadow DOM support, attribute observation, slot validation, and lifecycle management.

    This class is not meant to be extended directly. Use createCustomElement to create components.

    Hierarchy

    • HTMLElement
      • BaseComponent
    Index

    Constructors

    Properties

    componentConfig: Model.ComponentConfig

    Accessors

    Methods

    • Parameters

      • name: string
      • oldValue: string
      • newValue: string

      Returns void