NavigateEventInit
Generated.swift:12280class NavigateEventInit
class NavigateEventInit
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(navigationType: NavigationType, destination: NavigationDestination, canIntercept: Bool, userInitiated: Bool, hashChange: Bool, signal: AbortSignal, formData: FormData?, downloadRequest: String?, info: JSValue)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var canIntercept: Bool { get set }
@ReadWriteAttribute var destination: NavigationDestination { get set }
@ReadWriteAttribute var downloadRequest: String? { get set }
@ReadWriteAttribute var formData: FormData? { get set }
@ReadWriteAttribute var hashChange: Bool { get set }
@ReadWriteAttribute var info: JSValue { get set }
@ReadWriteAttribute var navigationType: NavigationType { get set }
@ReadWriteAttribute var signal: AbortSignal { get set }
@ReadWriteAttribute var userInitiated: Bool { get set }