|
30 | 30 | | Events Name | Description | Arguments |
|
31 | 31 | | --- | --- | --- |
|
32 | 32 | | check | Callback function for when the onCheck event occurs | function(checkedKeys, e:{checked: bool, checkedNodes, node, event}) |
|
33 |
| -| dragEnd | Callback function for when the onDragEnd event occurs | function({event, node}) | |
34 |
| -| dragEnter | Callback function for when the onDragEnter event occurs | function({event, node, expandedKeys}) | |
35 |
| -| dragLeave | Callback function for when the onDragLeave event occurs | function({event, node}) | |
36 |
| -| dragOver | Callback function for when the onDragOver event occurs | function({event, node}) | |
37 |
| -| dragStart | Callback function for when the onDragStart event occurs | function({event, node}) | |
| 33 | +| dragend | Callback function for when the onDragEnd event occurs | function({event, node}) | |
| 34 | +| dragenter | Callback function for when the onDragEnter event occurs | function({event, node, expandedKeys}) | |
| 35 | +| dragleave | Callback function for when the onDragLeave event occurs | function({event, node}) | |
| 36 | +| dragover | Callback function for when the onDragOver event occurs | function({event, node}) | |
| 37 | +| dragstart | Callback function for when the onDragStart event occurs | function({event, node}) | |
38 | 38 | | drop | Callback function for when the onDrop event occurs | function({event, node, dragNode, dragNodesKeys}) |
|
39 | 39 | | expand | Callback function for when a treeNode is expanded or collapsed | function(expandedKeys, {expanded: bool, node}) |
|
40 | 40 | | load | Callback function for when a treeNode is loaded | function(loadedKeys, {event, node}) |
|
|
0 commit comments