ChildNode

external interface ChildNode(source)

Exposes the JavaScript ChildNode to Kotlin

Since Kotlin

1.1

Inheritors

external interface ChildNode : JsAny(source)

Exposes the JavaScript ChildNode to Kotlin

Since Kotlin

1.8

Inheritors

Functions

Link copied to clipboard
abstract fun after(vararg nodes: dynamic)
Since Kotlin 1.1
abstract fun after(vararg nodes: String)
abstract fun after(vararg nodes: Node)
Since Kotlin 1.8
Link copied to clipboard
abstract fun before(vararg nodes: dynamic)
Since Kotlin 1.1
abstract fun before(vararg nodes: String)
abstract fun before(vararg nodes: Node)
Since Kotlin 1.8
Link copied to clipboard
abstract fun remove()
Since Kotlin 1.1
abstract fun remove()
Since Kotlin 1.8
Link copied to clipboard
abstract fun replaceWith(vararg nodes: dynamic)
Since Kotlin 1.1
abstract fun replaceWith(vararg nodes: String)
abstract fun replaceWith(vararg nodes: Node)
Since Kotlin 1.8
Link copied to clipboard

For a Dynamic value caught in JS, returns the corresponding Throwable if it was thrown from Kotlin, or null otherwise.

Since Kotlin 1.8
Link copied to clipboard
fun <T : JsAny> JsAny.unsafeCast(): T

Cast JsAny to other Js type without runtime check

Since Kotlin 1.8