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_listNOTE: 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_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 */
}