JSValue.KeyFilter enumeration
C#
public enum KeyFilterValues
| name | value | description |
|---|---|---|
| AllProperties | 0 | |
| Writable | 1 | |
| Enumerable | 2 | |
| Configurable | 4 | |
| SkipStrings | 8 | |
| SkipSymbols | 16 |
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi