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 | The value list identifier used when searching for objects that reference a specific value list item. Setting the datatype to Lookup or MultiSelectLookup matches objects that reference the value regardless of whether they use a single-select or multi-select lookup property. | 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 */
}