Skip to content

JSRuntime.CreateFunction method

C#
public virtual napi_status CreateFunction(napi_env env, string? name, napi_callback cb, 
    IntPtr data, out napi_value result)

See Also

Released under the MIT license