UIEventInit
Generated.swift:16668class UIEventInit
class UIEventInit
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.
required init(unsafelyWrapping object: JSObject)
convenience init(view: Window?, detail: Int32, which: UInt32)
@ReadWriteAttribute var detail: Int32 { get set }
@ReadWriteAttribute var view: Window? { get set }
@ReadWriteAttribute var which: UInt32 { get set }