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