ClosureAttribute1Void
Generated.swift:848@propertyWrapper final class ClosureAttribute1Void<A0> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue
@propertyWrapper final class ClosureAttribute1Void<A0> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue
import WebAPIBase
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.
init(jsObject: JSObject, name: JSString)
static subscript(name: JSString, in jsObject: JSObject) -> (A0) -> Void { get set }
var wrappedValue: (A0) -> Void { get set }