双击键文档

This commit is contained in:
wanghaoo 2019-01-03 16:40:44 +08:00
parent e2db4b5440
commit f7e7f717d0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
|onDragEnd|当拖拽结束触发的方法|function({event,node})|-
|onDrop|当节点放下触发方法|function({event, node, dragNode, dragNodesKeys})|-
|onDoubleClick|当双击发生触发的方法|function(checkedKeys, e:{node, event})|-
|focusable|是否开启快捷键功能使用Tab 键导航获取焦点↓↑选中下、上一个节点,→←展开或者收起一个节点|bool|-
|focusable|是否开启快捷键功能使用Tab 键导航获取焦点↓↑选中下、上一个节点,→←展开或者收起一个节点,enter键为节点双击事件|bool|-
|tabIndexValue|节点获取焦点时自定义tabIndex的值|Number|0
## TreeNode