ChildNode

JS
1.1
interface ChildNode
(source)

Exposes the JavaScript ChildNode to Kotlin

Functions

JS
1.1

after

abstract fun after(vararg nodes: dynamic)
JS
1.1

before

abstract fun before(vararg nodes: dynamic)
JS
1.1

remove

abstract fun remove()
JS
1.1

replaceWith

abstract fun replaceWith(vararg nodes: dynamic)

Inheritors

JS
1.1

CharacterData

Exposes the JavaScript CharacterData to Kotlin

abstract class CharacterData : 
    Node,
    NonDocumentTypeChildNode,
    ChildNode
JS
1.1

DocumentType

Exposes the JavaScript DocumentType to Kotlin

abstract class DocumentType : Node, ChildNode
JS
1.1

Element

Exposes the JavaScript Element to Kotlin

abstract class Element : 
    Node,
    ParentNode,
    NonDocumentTypeChildNode,
    ChildNode,
    Slotable,
    GeometryUtils,
    UnionElementOrHTMLCollection,
    UnionElementOrRadioNodeList,
    UnionElementOrMouseEvent,
    UnionElementOrProcessingInstruction