Instance Subscriptjavascriptkit 0.24.0JavaScriptKit
subscript(_:)
Returns the name
member method binding this object as this
context.
subscript(name: String) -> ((ConvertibleToJSValue...) throws -> JSValue)? { get }
Parameters
- name
The name of this object’s member to access.
Returns
The name
member method binding this object as this
context.