Required. The type of the custom variable.
Attribute type: - "boolean"
- Specifies that the custom type as boolean.
- "boolean[]"
Specifies that the custom type as boolean array.
- "byte"
Specifies that the custom type as byte (8 bits).
- "byte[]"
Specifies that the custom type as byte array (8 bits each).
- "char"
Specifies that the custom type as char (16 bits).
- "char[]"
Specifies that the custom type as char array (16 bits each).
- "double"
Specifies that the custom data is a double (Double).
- "double[]"
Specifies that the custom data is a double array.
- "float"
Specifies that the custom data is a float (Float).
- "float[]"
Specifies that the custom data is a float array.
- "int"
- Specifies that the custom type as int (32 bits).
- "int[]"
Specifies that the custom type as int array (32 bits each).
- "long"
- Specifies that the custom type as long (64 bits).
- "long[]"
Specifies that the custom type as long array (64 bits each).
- "short"
Specifies that the custom type as short (16 bits).
- "short[]"
Specifies that the custom type as short array (16 bits each).
- "String"
- Specifies that the custom type as String.