Skip to main content

TypedValueData

Expression for values of specific data type. Lookup-typed values also specify the value list.

NameDescriptionType
datatypeData type.Datatype
value_listThe 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_functionFunction that modifies the typed value.DataFunctionCall
parent_child_behaviorParent-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 */
}