EventInit
Generated.swift:5318class EventInit
class EventInit
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(bubbles: Bool, cancelable: Bool, composed: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var bubbles: Bool { get set }
@ReadWriteAttribute var cancelable: Bool { get set }
@ReadWriteAttribute var composed: Bool { get set }