{
  "title": "rich-text",
  "type": "object",
  "properties": {
    "nodes": {
      "type": [
        "any[]",
        "string"
      ],
      "description": "节点列表/HTML String 。推荐使用 Array 类型，由于组件会将 String 类型转换为 Array 类型，性能有所下降",
      "defaultValue": "[]"
    },
    "selectable": {
      "type": "boolean",
      "description": "富文本是否可以长按选中，可用于复制，粘贴，长按搜索等场景",
      "defaultValue": false
    },
    "image-menu-prevent": {
      "type": "boolean",
      "description": "阻止长按图片时弹起默认菜单（将该属性设置为image-menu-prevent或image-menu-prevent=\"true\"），只在初始化时有效，不能动态变更；若不想阻止弹起默认菜单，则不需要设置此属性",
      "defaultValue": false
    },
    "preview": {
      "type": "boolean",
      "description": "富文本中的图片是否可点击预览。在不设置的情况下，若 rich-text 未监听点击事件，则默认开启。未显示设置 preview 时会进行点击默认预览判断，建议显示设置 preview"
    }
  },
  "additionalProperties": false
}