KeyboardEventInit
Generated.swift:10532class KeyboardEventInit
class KeyboardEventInit
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(key: String, code: String, location: UInt32, repeat: Bool, isComposing: Bool, charCode: UInt32, keyCode: UInt32)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var charCode: UInt32 { get set }
@ReadWriteAttribute var code: String { get set }
@ReadWriteAttribute var isComposing: Bool { get set }
@ReadWriteAttribute var key: String { get set }
@ReadWriteAttribute var keyCode: UInt32 { get set }
@ReadWriteAttribute var location: UInt32 { get set }
@ReadWriteAttribute var `repeat`: Bool { get set }