ant-design/components/tree/index.md
2015-08-06 09:17:40 +08:00

17 lines
436 B
Markdown

# Tree
- category: Components
- chinese: 树形控件
---
## 何时使用
简单的树形菜单应用,暂不支持键盘操作。
## API
| 参数 | 说明 | 类型 | 默认值 |
|-----------|------------------------------------------|------------|--------|
| checkable | whether support checked | bool | false |
| expandAll | expand all treeNodes | bool | false |