APICommon APISelection APISelection eventsafterUnSelect本页总览afterUnSelect 描述 在取消选中项目后触发用法"afterUnSelect": ({ id: string | number, batch: (string | number)[]}) => void;参数该事件的回调函数将接收一个包含以下参数的对象: id - 已取消选中项目的 id batch - 已取消选中项目的列表 示例