{
  "title": "comment-detail",
  "type": "object",
  "properties": {
    "comment-param": {
      "type": "object",
      "description": "评论核心参数",
      "defaultValue": "是"
    },
    "srid": {
      "type": "string",
      "description": "评论 ID",
      "defaultValue": "是"
    },
    "is-page-scroll": {
      "type": "boolean",
      "description": "滚动方式为页面滚动，若组件作为浮层使用，该参数需设为 false",
      "defaultValue": false
    },
    "need-toolbar": {
      "type": "boolean",
      "description": "是否需要底部 toolbar，若使用开发者自定义的底部 toolbar，该参数需设为 false",
      "defaultValue": false
    },
    "need-like-btn": {
      "type": "boolean",
      "description": "是否需要详情顶部父级评论的点赞按钮，默认显示",
      "defaultValue": false
    },
    "back-list-after-delete": {
      "type": "boolean",
      "description": "删除详情后是否返回列表项，默认一站式逻辑。若使用浮层，请设置改属性为 false",
      "defaultValue": false
    },
    "add-comment": {
      "type": "boolean",
      "description": "用于调起评论发布器发布评论",
      "defaultValue": false
    },
    "bindDelete": {
      "tsType": "() => void",
      "description": "删除整体详情内容时触发，返回数据为{status, data:{srid}}"
    },
    "bindReply": {
      "tsType": "() => void",
      "description": "评论发布成功时触发，返回数据为 {status, data:{srid}}"
    }
  },
  "additionalProperties": false
}