{
  "title": "picker",
  "type": "object",
  "properties": {
    "mode": {
      "type": "string",
      "description": "选择器类型",
      "defaultValue": "selector"
    },
    "disabled": {
      "type": "boolean",
      "description": "是否禁用",
      "defaultValue": false
    },
    "bindCancel": {
      "tsType": "() => void",
      "description": "取消选择或点击遮罩层收起 picker 时触发"
    }
  },
  "additionalProperties": false
}