TypedValueData
Name | Description | Type |
---|---|---|
datatype | Data type. | Datatype |
value_list | NOTE: Setting eDatatype to eDatatypeLookup or eDatatypeMultiSelectLookup causes searching for any object that references the specified value list's value, regardless of it is referenced by a lookup or a multi-select lookup value in the object. | number |
data_function | Function that modifies the typed value. | DataFunctionCall |
parent_child_behavior | Parent-child behaviour, used within hierarchic value lists. | ParentChildBehavior |
Example
{
"datatype": 15 /* Enum: Datatype */,
"value_list": 0,
"data_function": {
"data_function": 9 /* Enum: DataFunction */,
"data": {
"year": {},
"month": {},
"year_and_month": {},
"date": {},
"days_from": {},
"days_to": {},
"integer_segment": {
"segment_size": 0
},
"left_characters": {
"count": 0
},
"initial_character_group": {
"lcid": 0
}
}
},
"parent_child_behavior": 2 /* Enum: ParentChildBehavior */
}