stdlib
1.3
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
MutationRecord
Mutation
Record
JS
abstract
external
class
MutationRecord
(
source
)
Exposes the JavaScript
MutationRecord
to Kotlin
Since Kotlin
1.1
Constructors
Properties
Constructors
Mutation
Record
Link copied to clipboard
JS
fun
MutationRecord
(
)
Properties
added
Nodes
Link copied to clipboard
JS
open
val
addedNodes
:
NodeList
Since Kotlin
1.1
attribute
Name
Link copied to clipboard
JS
open
val
attributeName
:
String
?
Since Kotlin
1.1
attribute
Namespace
Link copied to clipboard
JS
open
val
attributeNamespace
:
String
?
Since Kotlin
1.1
next
Sibling
Link copied to clipboard
JS
open
val
nextSibling
:
Node
?
Since Kotlin
1.1
old
Value
Link copied to clipboard
JS
open
val
oldValue
:
String
?
Since Kotlin
1.1
previous
Sibling
Link copied to clipboard
JS
open
val
previousSibling
:
Node
?
Since Kotlin
1.1
removed
Nodes
Link copied to clipboard
JS
open
val
removedNodes
:
NodeList
Since Kotlin
1.1
target
Link copied to clipboard
JS
open
val
target
:
Node
Since Kotlin
1.1
type
Link copied to clipboard
JS
open
val
type
:
String
Since Kotlin
1.1