Skip to content

JSValueType enumeration

C#
public enum JSValueType

Values

namevaluedescription
Undefined0
Null1
Boolean2
Number3
String4
Symbol5
Object6
Function7
External8
BigInt9

See Also

Released under the MIT license