{
  "title": "cover-image",
  "type": "object",
  "properties": {
    "src": {
      "type": "string",
      "description": "图标路径，支持临时路径、网络地址。暂不支持 base64 格式。"
    },
    "bindLoad": {
      "tsType": "() => void",
      "description": "图片加载成功时触发"
    },
    "bindError": {
      "tsType": "() => void",
      "description": "图片加载失败时触发"
    }
  },
  "additionalProperties": false
}