A type of component.
Optional
Readonly
extendExisting element to extend by custom one.
Optional
Readonly
featureAdditional feature definition options.
Optional
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.
Optional
defineDefines this component by calling the given component definition context methods.
This function is called before the custom element is defined.
Component definition context.
Optional
setupSets up component definition.
This method is called before component definition context constructed.
Component definition setup.
Generated using TypeDoc
Component definition.
A custom element class will be created for each registered component in accordance to this definition.