Skip to content

JSRuntime.napi_property_attributes enumeration

C#
public enum napi_property_attributes

Values

namevaluedescription
napi_default0
napi_writable1
napi_enumerable2
napi_configurable4
napi_static1024
napi_default_method5
napi_default_jsproperty7

See Also

Released under the MIT license