JSValue.Unwrap method
Gets the object that was previously attached to this JSValue. (Throws an exception if unwrapping failed.)
C#
public object Unwrap(string? unwrapType = null)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi