Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PropertyType Const

The property type.

Index

Enumeration Members

AngleMeasure: 4

Value is in degrees (°)

AreaMeasure: 1

Value is in square meters (m2)

Boolean: 10

Value is an integer 1 or 0 reprenting a boolean TRUE or FALSE

DateTime: 8

Value is a BigInt representing a UNIX timestamp

DoubleValue: 7

The double value type

IntValue: 6

The integer value type

LengthMeasure: 0

Value is in millimeters (mm)

Logical: 9

Value is a Javascript boolean true or false representing a boolean TRUE or FALSE.

Value is a nullable, so null and undefined must also be expected.

MassMeasure: 3

Value is in kilograms (kg)

StringValue: 5

The string value type

VolumeMeasure: 2

Value is in cubic meters (m3)