PropertySelectSetter 属性选择设置器
1. 结构声明
- TS Declaration
- JSON Schema
class PropertySelectSetter extends BaseSetter {}
{
"type": "object",
"additionalProperties": false,
"properties": {
"composedBy": {
"type": "array",
"items": {
"type": "string"
}
},
"changedTime": {
"$ref": "#/definitions/long"
}
}
}