快捷键部分

This commit is contained in:
“jonyshi” 2019-01-03 11:21:21 +08:00
parent 6141c89729
commit 3af04fc648
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
|onDragEnd|当拖拽结束触发的方法|function({event,node})|-
|onDrop|当节点放下触发方法|function({event, node, dragNode, dragNodesKeys})|-
|onDoubleClick|当双击发生触发的方法|function(checkedKeys, e:{node, event})|-
|focusable|是否开启快捷键功能使用Tab 键导航获取焦点↓↑选中下、上一个节点,→←展开或者收起一个节点|bool|-
## TreeNode
|参数|说明|类型|默认值|