Instance Propertyjavascriptkit 0.24.0JavaScriptKit->Swift
jsValue
ConvertibleToJSValue.swift:106var jsValue: JSValue { get }
var jsValue: JSValue { get }
sSD13JavaScriptKitSSRszAA20ConvertibleToJSValueR_rlE7jsValueAA0F0Ovp
What are these?83OQS
where Key == String, Value:ConvertibleToJSValue
import Swift
import JavaScriptKit
Swift framework to interact with JavaScript through WebAssembly.
@frozen struct Dictionary<Key, Value> where Key : Hashable
A collection whose elements are key-value pairs.
@dynamicMemberLookup enum JSValue
JSValue
represents a value in JavaScript.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.