Skip to main content

PropertyValueData

Expression for property values.

NameDescriptionType
property_defProperty definition ID.number
data_functionFunction that modifies the property value.DataFunctionCall
parent_child_behaviorParent-child behaviour, used within hierarchic value lists.ParentChildBehavior

Example

{
"property_def": 0,
"data_function": {
"data_function": 9 /* Enum: DataFunction */,
"data": {
"initial_character_group": {
"lcid": 0
}
}
},
"parent_child_behavior": 2 /* Enum: ParentChildBehavior */
}