SimpleType

Overview

The SimpleType enumeration represents the JavaScript type of a Script entity (variable, method parameter etc)

Location

Value Description
Boolean Boolean value
Null null value
Number Number value (this type corresponds to the .NET Double type).
Object Complex object value (f.e val;ue of custom .NET type provided as a method parameter).
String String value
Undefined undefined value