JSValue.TryGetValueExternal method
Gets the object that is represented as an external value, or null if the JS value is not an external value.
C#
public object? TryGetValueExternal()
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi