Skip to content

JSRuntime.SetNamedProperty method

C#
public virtual napi_status SetNamedProperty(napi_env env, napi_value js_object, 
    ReadOnlySpan<byte> utf8name, napi_value value)

See Also

Released under the MIT license