Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomElementConstructor<E>

The constructor of a Custom Element

Type parameters

  • E: HTMLElement = HTMLElement

    the type of the Custom Element

    This API is dedicated for developer of Builders.

Hierarchy

  • CustomElementConstructor

Index

Constructors

Constructors

constructor

  • new CustomElementConstructor(...args: any[]): E
  • Parameters

    • Rest ...args: any[]

    Returns E

Generated using TypeDoc