File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -466,10 +466,12 @@ Paramters provided to the function has two types: context params which have the
466
466
| ` selected ` | ` boolean ` | returns if the item is selected. |
467
467
| ` dragging ` | ` boolean ` | returns if the item is being dragged |
468
468
| ` dragStart ` | ` object ` | returns ` x ` and ` y ` of the start dragging point of the item. |
469
+ | ` dragTime ` | ` number ` | current drag time. |
469
470
| ` dragGroupDelta ` | ` number ` | returns number of groups the item moved. if negative, moving was to top. If positive, moving was to down |
470
471
| ` resizing ` | ` boolean ` | returns if the item is being resized. |
471
472
| ` resizeEdge ` | ` left ` , ` right ` | the side from which the component is being resized form |
472
473
| ` resizeStart ` | ` number ` | returns the x value from where the component start moving |
474
+ | ` resizeTime ` | ` number ` | current resize time |
473
475
| ` width ` | ` boolean ` | returns the width of the item (same as in dimensions) |
474
476
475
477
##### prop getters functions
You can’t perform that action at this time.
0 commit comments