Interface CustomElementClass<T>

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

Type Parameters

Hierarchy (View Summary)

Constructors

Properties

Constructors

Properties

observedAttributes?: string[]
MMNEPVFCICPMFPCPTTAAATR