The definition of element to extend by custom one.

Hierarchy

  • Extend

Properties

Properties

name?: string

The name of element to extend.

This is to support as attribute of standard HTML element. Note that this is not supported by polyfills.

type: Class<any>

The class constructor of element to extend.

Generated using TypeDoc