ChildNode

interface ChildNode : JsAny

Exposes the JavaScript ChildNode to Kotlin

Inheritors

Functions

Link copied to clipboard
abstract fun after(vararg nodes: String)
abstract fun after(vararg nodes: Node)
Link copied to clipboard
abstract fun before(vararg nodes: String)
abstract fun before(vararg nodes: Node)
Link copied to clipboard
abstract fun remove()
Link copied to clipboard
abstract fun replaceWith(vararg nodes: String)
abstract fun replaceWith(vararg nodes: Node)