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