Skip to content

Commit 2ac5747

Browse files
authored
docs: dropIndicatorRender prop (react-component#386)
1 parent 990150c commit 2ac5747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ see examples
9494
| onSelect | click the treeNode to fire | function(selectedKeys, e:{selected: bool, selectedNodes, node, event, nativeEvent}) | - |
9595
| switcherIcon | specific the switcher icon. | ReactNode / (props: TreeNodeAttribute) => ReactNode | - |
9696
| virtual | Disable virtual scroll when `false` | boolean | - |
97-
| allowDrop | whether to allow drop on node | ({ dropNode, dropPosition }) => boolean | - |
97+
| allowDrop | Whether to allow drop on node | ({ dropNode, dropPosition }) => boolean | - |
98+
| dropIndicatorRender | The indicator to render when dragging | ({ dropPosition, dropLevelOffset, indent: number, prefixCls }) => ReactNode| - |
9899

99100
### TreeNode props
100101

0 commit comments

Comments
 (0)