Instance Propertyjavascriptkit 0.24.0JavaScriptKit->Swift
jsValue
ConvertibleToJSValue.swift:147var jsValue: JSValue { get }
var jsValue: JSValue { get }
sSq13JavaScriptKitAA20ConvertibleToJSValueRzlE7jsValueAA0F0Ovp
What are these?76WFK
where Wrapped:ConvertibleToJSValue
import Swift
import JavaScriptKit
Swift framework to interact with JavaScript through WebAssembly.
@frozen enum Optional<Wrapped> where Wrapped : ~Copyable
A type that represents either a wrapped value or the absence of a value.
@dynamicMemberLookup enum JSValue
JSValue
represents a value in JavaScript.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.