toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
ParentNode
Parent
Node
interface
ParentNode
:
JsAny
Exposes the JavaScript
ParentNode
to Kotlin
Inheritors
Document
DocumentFragment
Element
Members
Properties
child
Element
Count
Link copied to clipboard
abstract
val
childElementCount
:
Int
children
Link copied to clipboard
abstract
val
children
:
HTMLCollection
first
Element
Child
Link copied to clipboard
abstract
val
firstElementChild
:
Element
?
last
Element
Child
Link copied to clipboard
abstract
val
lastElementChild
:
Element
?
Functions
append
Link copied to clipboard
abstract
fun
append
(
vararg
nodes
:
String
)
abstract
fun
append
(
vararg
nodes
:
Node
)
prepend
Link copied to clipboard
abstract
fun
prepend
(
vararg
nodes
:
String
)
abstract
fun
prepend
(
vararg
nodes
:
Node
)
query
Selector
Link copied to clipboard
abstract
fun
querySelector
(
selectors
:
String
)
:
Element
?
query
Selector
All
Link copied to clipboard
abstract
fun
querySelectorAll
(
selectors
:
String
)
:
NodeList