Instance Propertyswiftwasm.webapikit 0.1.0WebAPIBase
wrappedValue
Generated.swift:1142var wrappedValue: ((A0, A1, A2) -> Void)? { get set }
var wrappedValue: ((A0, A1, A2) -> Void)? { get set }
s10WebAPIBase29ClosureAttribute3OptionalVoidC12wrappedValueyx_q_q0_tcSgvp
What are these?865AI
import WebAPIBase
@propertyWrapper final class ClosureAttribute3OptionalVoid<A0, A1, A2> where A0 : ConstructibleFromJSValue, A0 : ConvertibleToJSValue, A1 : ConstructibleFromJSValue, A1 : ConvertibleToJSValue, A2 : ConstructibleFromJSValue, A2 : ConvertibleToJSValue
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ()
.
init(jsObject: JSObject, name: JSString)
static subscript(name: JSString, in jsObject: JSObject) -> ((A0, A1, A2) -> Void)? { get set }