StatusValueData
Expression for status values such as Document ID or CheckedOutToUser.
| Name | Description | Type |
|---|---|---|
type | The type of status information (e.g. check out user). | StatusType |
data_function | Function that modifies the status value. | DataFunctionCall |
Example
{
"type": 16 /* Enum: StatusType */,
"data_function": {
"data_function": 9 /* Enum: DataFunction */,
"data": {
"initial_character_group": {
"lcid": 0
}
}
}
}