MutationRecord

abstract class MutationRecord : JsAny(source)

Exposes the JavaScript MutationRecord to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val nextSibling: Node?
Link copied to clipboard
open val oldValue: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val target: Node
Link copied to clipboard
open val type: String