事件列表
事件名 | 参数 | 描述 |
onDrag | (current, e) | 拖动事件(返回值为false时阻止继续拖动) |
onDragEnter | (current, e) | 进入区域 |
onDragLeave | (current, e) | 离开区域 |
onDragOver | (current, e) | 在区域移动 |
onDrop | (current, e) | 在区域释放 |
onRevert | (current, e) | 正在Revert |
onRevertd | (current, e) | Revert完成 |
onStartDrag | (current, e) | 开始拖动事件 |
onStopDrag | (current, e) | 结束拖动事件 |
事件详细
onDrag(current, e)
- 描述:
拖动事件(返回值为false时阻止继续拖动)
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onDragEnter(current, e)
- 描述:
进入区域
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onDragLeave(current, e)
- 描述:
离开区域
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onDragOver(current, e)
- 描述:
在区域移动
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onDrop(current, e)
- 描述:
在区域释放
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onRevert(current, e)
- 描述:
正在Revert
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onRevertd(current, e)
- 描述:
Revert完成
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |
onStartDrag(current, e)
- 描述:
开始拖动事件
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY) | |
e | {Object} |
onStopDrag(current, e)
- 描述:
结束拖动事件
- 参数列表:
参数名 | 类型 | 描述 | 默认值 |
current | {Object} | current(Object 包括 target,left,top,startX,startY,diffX,diffY) | |
e | {Object} |