Preparing search index...
The search index is not available
domhandler
domhandler
cloneNode
Function cloneNode
cloneNode
<
T
extends
Node
>
(
node
:
T
,
recursive
?:
boolean
)
:
T
Clone a node, and optionally its children.
Type Parameters
T
extends
Node
Parameters
node
:
T
recursive
:
boolean
= false
Clone child nodes as well.
Returns
T
A clone of the node.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
domhandler
Loading...
Clone a node, and optionally its children.