Variable CustomAttributeTypeConst
CustomAttributeType: {
Boolean: "BOOLEAN";
Double: "DOUBLE";
Integer: "INTEGER";
JsonString: "JSON_STRING";
String: "STRING";
} = ...
Type Declaration
ReadonlyBoolean: "BOOLEAN"
ReadonlyDouble: "DOUBLE"
ReadonlyInteger: "INTEGER"
ReadonlyJsonString: "JSON_STRING"
ReadonlyString: "STRING"
The data type of the custom attribute value to aid with parsing during deserialization.