Skip to content

Commit 414bb9c

Browse files
G-Rathrcdexta
authored andcommitted
Update README.md to document canAddLanes prop
1 parent 2b70a1d commit 414bb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ This is the container component that encapsulates the lanes and cards
8989
| cardDraggable | boolean | Set to false to disable card dragging. Default: true |
9090
| collapsibleLanes | boolean | Make the lanes with cards collapsible. Default: false |
9191
| editable | boolean | Makes the entire board editable. Allow cards to be added or deleted Default: false |
92+
| canAddLanes | boolean | Allows new lanes to be added to the board. Default: false |
9293
| handleDragStart | function | Callback function triggered when card drag is started: `handleDragStart(cardId, laneId)` |
9394
| handleDragEnd | function | Callback function triggered when card drag ends: `handleDragEnd(cardId, sourceLaneId, targetLaneId, position, cardDetails)` |
9495
| handleLaneDragStart | function | Callback function triggered when lane drag is started: `handleLaneDragStart(laneId)` |

0 commit comments

Comments
 (0)