Skip to content

JSRuntime.DefineProperties method

C#
public virtual napi_status DefineProperties(napi_env env, napi_value js_object, 
    ReadOnlySpan<napi_property_descriptor> properties)

See Also

Released under the MIT license