Constructors

Properties

ariaPattern: RegExp = ...
eventPattern: RegExp = ...
treeCache: WeakMap<Node, VNode> = ...

Methods

  • Parameters

    • root: ParentNode
    • newNodes: ChildNode[]

    Returns void

  • Parameters

    • __namedParameters: VNode
    • Optional index: number

    Returns any

  • Type Parameters

    Parameters

    • node: N
    • oldProps: P = ...
    • newProps: P = ...
    • Optional onDelete: ((node, key) => any)
        • (node, key): any
        • Parameters

          • node: N
          • key: string

          Returns any

    • Optional onAdd: ((node, key, value) => any)
        • (node, key, value): any
        • Parameters

          • node: N
          • key: string
          • value: any

          Returns any

    Returns void

Generated using TypeDoc