Web utility
    Preparing search index...

    Interface CustomElementClass<T>

    interface CustomElementClass<T extends CustomElement = CustomElement> {
        new CustomElementClass(...data: any[]): T;
        observedAttributes?: string[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    observedAttributes?: string[]