Node
reexport
Defined in
@native-html/transient-render-engine
This object will be used as the prototype for Nodes when creating a DOM-Level-1-compliant structure.
#
FieldsendIndex
#
required
endIndex
:
null
|
number
;
The end index of the node. Requires withEndIndices
on the handler to be `true.
next
#
required
Next sibling
parent
#
required
Parent of the node
prev
#
required
Previous sibling
startIndex
#
required
startIndex
:
null
|
number
;
The start index of the node. Requires withStartIndices
on the handler to be `true.
type
#
required
type
:
ElementType
;
#
MethodscloneNode
#
required
Clone this node, and optionally its children.
#
Parametersrecursive
Clone child nodes as well.