素材上传器事件取消上传本页总览取消上传上传取消的时候,触发的相对应事件。数据结构interface EventCancel { // 事件标识 type: 'tezign-asset-uploader-cancel'; data: { // 事件描述 msg: string; };}