TypedValueData
Expression for values of specific data type. Lookup-typed values also specify the value list.
| 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": {
"initial_character_group": {
"lcid": 0
}
}
},
"parent_child_behavior": 2 /* Enum: ParentChildBehavior */
}