JSType Enum

Definition

An enumeration whose values specify JavaScript types, including Object and undefined.

public enum JSType
type JSType = 
Inheritance
JSType

Fields

Boolean 2
Null 1
Number 3
Object 5
String 4
Undefined 0

Applies to