JSInterface.GetJSValue method
Gets the JS value for a .NET object, if the object is a proxy to a JS object that implements a .NET interface.
C#
public static JSValue? GetJSValue(object obj)
See Also
- struct JSValue
- class JSInterface
- namespace Microsoft.JavaScript.NodeApi.Interop