MutationRecord

JS
1.1
abstract class MutationRecord
(source)

Exposes the JavaScript MutationRecord to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript MutationRecord to Kotlin

MutationRecord ( )

Properties

JS
1.1

addedNodes

open val addedNodes : NodeList
JS
1.1

attributeName

open val attributeName : String ?
JS
1.1

attributeNamespace

open val attributeNamespace : String ?
JS
1.1

nextSibling

open val nextSibling : Node ?
JS
1.1

oldValue

open val oldValue : String ?
JS
1.1

previousSibling

open val previousSibling : Node ?
JS
1.1

removedNodes

open val removedNodes : NodeList
JS
1.1

target

open val target : Node
JS
1.1

type

open val type : String