TouchEventInit
Generated.swift:16273class TouchEventInit
class TouchEventInit
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(touches: [Touch], targetTouches: [Touch], changedTouches: [Touch])
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var changedTouches: [Touch] { get set }
@ReadWriteAttribute var targetTouches: [Touch] { get set }
@ReadWriteAttribute var touches: [Touch] { get set }