ClientQueryOptions
Generated.swift:2448class ClientQueryOptions
class ClientQueryOptions
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(includeUncontrolled: Bool, type: ClientType)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var includeUncontrolled: Bool { get set }
@ReadWriteAttribute var type: ClientType { get set }