subscript(_:)

Returns the name member method binding this object as this context.

JSObject.swift:278
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.