PrimitiveType
Overview
The PrimitiveType enumeration represents the JavaScript value type. Values of this type are used to describe which JavaScript value type the given object can be mapped to.
Location
- Reference: RemObjects.Script.dll
- Namespace: RemObjects.Script.EcmaScript
Value | Description |
---|---|
None | Given object cannot be mapped to a primitive type. |
Number | Given object can be mapped to a numeric value. |
String | Given object can be mapped to a String value. |