MediaQueryListEventInit
Generated.swift:1792class MediaQueryListEventInit
class MediaQueryListEventInit
import CSSOM
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(media: String, matches: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var matches: Bool { get set }
@ReadWriteAttribute var media: String { get set }