FocusOptions
Generated.swift:5777class FocusOptions
class FocusOptions
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(preventScroll: Bool, focusVisible: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var focusVisible: Bool { get set }
@ReadWriteAttribute var preventScroll: Bool { get set }