Skip to content

JSRuntime.GetProperty method

C#
public virtual napi_status GetProperty(napi_env env, napi_value js_object, napi_value key, 
    out napi_value result)

See Also

Released under the MIT license