MutationObserverInit
Generated.swift:12073class MutationObserverInit
class MutationObserverInit
import DOM
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(childList: Bool, attributes: Bool, characterData: Bool, subtree: Bool, attributeOldValue: Bool, characterDataOldValue: Bool, attributeFilter: [String])
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var attributeFilter: [String] { get set }
@ReadWriteAttribute var attributeOldValue: Bool { get set }
@ReadWriteAttribute var attributes: Bool { get set }
@ReadWriteAttribute var characterData: Bool { get set }
@ReadWriteAttribute var characterDataOldValue: Bool { get set }
@ReadWriteAttribute var childList: Bool { get set }
@ReadWriteAttribute var subtree: Bool { get set }