Interface GenericInsertIntoTextContext
Hierarchy
-
GenericInsertIntoTextContext
Methods
deleteNode
- deleteNode(node: Node): void
Optional insertFragAt
- insertFragAt(into: Element, index: number, node: DocumentFragment): void
-
Parameters
-
into: Element
-
index: number
-
node: DocumentFragment
Returns void
insertNodeAt
- insertNodeAt(into: Element, index: number, node: Node): void
-
Parameters
-
into: Element
-
index: number
-
node: Node
Returns void
This function performs roughly the same as insertNodeAt but may be optimized to take care of fragment handling.