Skip to content

Commit fb5cebd

Browse files
tatosjbrcdexta
authored andcommitted
Update README board documentation
Add `payload` param to callback function handleDragEnd
1 parent fe777fe commit fb5cebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This is the container component that encapsulates the lanes and cards
9797
| handleDragStart | function | Callback function triggered when card drag is started: `handleDragStart(cardId, laneId)` |
9898
| handleDragEnd | function | Callback function triggered when card drag ends: `handleDragEnd(cardId, sourceLaneId, targetLaneId, position, cardDetails)` |
9999
| handleLaneDragStart | function | Callback function triggered when lane drag is started: `handleLaneDragStart(laneId)` |
100-
| handleLaneDragEnd | function | Callback function triggered when lane drag ends: `handleLaneDragEnd(laneId, newPosition)` |
100+
| handleLaneDragEnd | function | Callback function triggered when lane drag ends: `handleLaneDragEnd(laneId, newPosition, payload)` |
101101
| cardDragClass | string | CSS class to be applied to Card when being dragged |
102102
| laneDragClass | string | CSS class to be applied to Lane when being dragged |
103103
| onLaneScroll | function | Called when a lane is scrolled to the end: `onLaneScroll(requestedPage, laneId)` |

0 commit comments

Comments
 (0)