Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DOMNode

Hierarchy

  • DOMNode

Index

Constructors

constructor

  • Parameters

    Returns DOMNode

Properties

attributes

attributes: string[]

children

children: DOMNode[]

localName

localName: any

nodeId

nodeId: any

nodeName

nodeName: any

nodeType

nodeType: any

nodeValue

nodeValue: string

viewRef

viewRef: WeakRef<ViewBase>

Methods

attributeModified

  • attributeModified(name: string, value: any): void
  • Parameters

    • name: string
    • value: any

    Returns void

attributeRemoved

  • attributeRemoved(name: string): void
  • Parameters

    • name: string

    Returns void

dispose

  • dispose(): void
  • Returns void

getComputedProperties

  • getComputedProperties(): CSSComputedStyleProperty[]
  • Returns CSSComputedStyleProperty[]

loadAttributes

  • loadAttributes(): void
  • Returns void

onChildAdded

  • onChildAdded(childView: ViewBase): void
  • Parameters

    Returns void

onChildRemoved

  • Parameters

    Returns void

toJSON

  • toJSON(): string
  • Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method