kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
ParentNode
Parent
Node
interface
ParentNode
:
JsAny
(
source
)
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