PropertyValueData
TODO
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": {
"year": {},
"month": {},
"year_and_month": {},
"date": {},
"days_from": {},
"days_to": {},
"integer_segment": {
"segment_size": 0
},
"left_characters": {
"count": 0
},
"initial_character_group": {
"lcid": 0
}
}
},
"parent_child_behavior": 2 /* Enum: ParentChildBehavior */
}