MutationRecord
Constructors
<init>
Exposes the JavaScript MutationRecord to Kotlin
MutationRecord
(
)
Properties
addedNodes
open
val
addedNodes
:
NodeList
attributeName
open
val
attributeName
:
String
?
attributeNamespace
open
val
attributeNamespace
:
String
?
nextSibling
open
val
nextSibling
:
Node
?
oldValue
open
val
oldValue
:
String
?
previousSibling
open
val
previousSibling
:
Node
?
removedNodes
open
val
removedNodes
:
NodeList
type
open
val
type
:
String