EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
JavaScriptWrapper
CLASS
JavaScriptWrapper
Swift
1public class JavaScriptWrapper: JavaScriptValueDecodableAn object that can wrap an underlying JavaScriptObject.
Can be used as an alternative to subclassing JavaScriptObject when you
need to be able to create a non-javascript backed version of the class also.