toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
ChildNode
Child
Node
interface
ChildNode
:
JsAny
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
)