Readonly
extendExisting element to extend by custom one.
Readonly
nameCustom 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.
Readonly
tagResolved custom HTML element's tag name, if any.
In contrast to name this one is always a string.
Generated using TypeDoc
Custom element definition meta.