DOM node type.
The node to import.
The node to append imported node to.
Optional
importContent: ((this, from, to) => void)A function that imports nodes nested in parent element. importNodeContent by default.
Imported node.
Imports DOM node from one document to another and inserts it before the given node.
DOM node type.
The node to import.
The node to append imported node to.
Optional
before: null | NodeThe node to insert imported node before, or null
to append it to the end of target one.
Optional
importContent: ((this, from, to) => void)A function that imports nodes nested in parent element. importNodeContent by default.
Imported node.
Generated using TypeDoc
Imports DOM node from one document to another.