NavigationInterceptOptions
Generated.swift:12561class NavigationInterceptOptions
class NavigationInterceptOptions
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(handler: @escaping NavigationInterceptHandler, focusReset: NavigationFocusReset, scroll: NavigationScrollBehavior)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var focusReset: NavigationFocusReset { get set }
@ClosureAttribute0 var handler: NavigationInterceptHandler { get set }
@ReadWriteAttribute var scroll: NavigationScrollBehavior { get set }