Hierarchy (View Summary)

Constructors

Properties

attributeDirectives?: DomAttributeDirectiveNode[]

attributes directive

attributes?: ElementAttribute<string, string | number | boolean | object>[]

hold static attr and event that will resolve normally from the global window.

children?: DomChild[]

element children list

inputs?: LiveAttribute[]

hold the attrs/inputs name marked as one way binding

is?: string

used to upgrade an element to another custom-element name

outputs?: ElementAttribute<string, string>[]

hold the name of events that should be connected to a listener

tagName: string

the tag name of the element

templateAttrs?: LiveAttribute[]

directive attribute

templateRefName?: Attribute<string, undefined | string>

a given name for element

twoWayBinding?: LiveAttribute[]

hold the name of attributes marked for 2 way data binding

Methods