stdlib
1.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
ParentNode
Parent
Node
JS
external
interface
ParentNode
(
source
)
Exposes the JavaScript
ParentNode
to Kotlin
Since Kotlin
1.1
Functions
Properties
Inheritors
Functions
append
Link copied to clipboard
JS
abstract
fun
append
(
vararg
nodes
:
dynamic
)
Since Kotlin
1.1
prepend
Link copied to clipboard
JS
abstract
fun
prepend
(
vararg
nodes
:
dynamic
)
Since Kotlin
1.1
query
Selector
Link copied to clipboard
JS
abstract
fun
querySelector
(
selectors
:
String
)
:
Element
?
Since Kotlin
1.1
query
Selector
All
Link copied to clipboard
JS
abstract
fun
querySelectorAll
(
selectors
:
String
)
:
NodeList
Since Kotlin
1.1
Properties
child
Element
Count
Link copied to clipboard
JS
abstract
val
childElementCount
:
Int
Since Kotlin
1.1
children
Link copied to clipboard
JS
abstract
val
children
:
HTMLCollection
Since Kotlin
1.1
first
Element
Child
Link copied to clipboard
JS
open
val
firstElementChild
:
Element
?
Since Kotlin
1.1
last
Element
Child
Link copied to clipboard
JS
open
val
lastElementChild
:
Element
?
Since Kotlin
1.1
Inheritors
Document
Link copied to clipboard
DocumentFragment
Link copied to clipboard
Element
Link copied to clipboard