Custom element definition meta.

Hierarchy

  • ElementDef

Properties

Properties

extend: Extend

Existing element to extend by custom one.

name: undefined | QualifiedName

Custom element name.

The name may belong to some namespace to avoid naming conflicts. I.e. it can be either a string, or name/namespace tuple.

When omitted an anonymous component will be registered. Such component is not bound to custom element, but it still can be mounted.

tagName: undefined | string

Resolved custom HTML element's tag name, if any.

In contrast to name this one is always a string.

Generated using TypeDoc