Skip to content

JSValue.Handle property

Gets the value handle, or throws an exception if the value scope is disposed or access from the current thread is invalid.

C#
public napi_value Handle { get; }

Exceptions

exceptioncondition
JSValueScopeClosedExceptionThe scope has been closed.
JSInvalidThreadAccessExceptionThe scope is not valid on the current thread.

See Also

Released under the MIT license