增加快捷键文档

This commit is contained in:
wanghaoo 2018-12-14 15:09:19 +08:00
parent 78831e0d0e
commit 7cc5853ed7
1 changed files with 1 additions and 0 deletions

View File

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