kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
ChildNode
Child
Node
interface
ChildNode
:
JsAny
(
source
)
Exposes the JavaScript
ChildNode
to Kotlin
Inheritors
DocumentType
Element
CharacterData
Members
Functions
after
Link copied to clipboard
abstract
fun
after
(
vararg
nodes
:
String
)
abstract
fun
after
(
vararg
nodes
:
Node
)
before
Link copied to clipboard
abstract
fun
before
(
vararg
nodes
:
String
)
abstract
fun
before
(
vararg
nodes
:
Node
)
remove
Link copied to clipboard
abstract
fun
remove
(
)
replace
With
Link copied to clipboard
abstract
fun
replaceWith
(
vararg
nodes
:
String
)
abstract
fun
replaceWith
(
vararg
nodes
:
Node
)