TemplateElementDefinition
typedef
Properties
-
attributes : Record<string, TemplateValueSchema> | undefined
module:ui/template~TemplateElementDefinition#attributes
See the template
attributes
property. -
children : Iterable<View | Node | Template | TemplateDefinition> | undefined
module:ui/template~TemplateElementDefinition#children
See the template
children
property. -
on : Record<string, TemplateListenerSchema> | undefined
module:ui/template~TemplateElementDefinition#on
See the template
eventListeners
property. -
tag : string
module:ui/template~TemplateElementDefinition#tag
See the template
tag
property.