PropertyValueData
Expression for property values.
| Name | Description | Type |
|---|---|---|
property_def | Property definition ID. | number |
data_function | Function that modifies the property value. | DataFunctionCall |
parent_child_behavior | Parent-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 */
}