dom structural successor structural fragment node

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.

element children list

inputs?: LiveAttribute[]

hold the attrs/inputs name marked as one way binding

name: string
outputs?: ElementAttribute<string, string>[]

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

templateAttrs?: LiveAttribute[]

directive attribute

twoWayBinding?: LiveAttribute[]

hold the name of attributes marked for 2 way data binding

Methods