JSRuntime.napi_property_attributes enumeration
C#
public enum napi_property_attributesValues
| name | value | description |
|---|---|---|
| napi_default | 0 | |
| napi_writable | 1 | |
| napi_enumerable | 2 | |
| napi_configurable | 4 | |
| napi_static | 1024 | |
| napi_default_method | 5 | |
| napi_default_jsproperty | 7 |
See Also
- class JSRuntime
- namespace Microsoft.JavaScript.NodeApi.Runtime