Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ant-design/ant-design
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 18, 2016
2 parents f4c3c32 + 2dce9e6 commit 9a7b644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/menu/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ More layout and samples: [layout](/docs/spec/layout).
| defaultSelectedKeys | array with the keys of default selected menu items | Array | |
| openKeys | array with the keys of currently opened sub menus | Array | |
| defaultOpenKeys | array with the keys of default opened sub menus | | |
| onOpen | callback of the opened sub menu | Function({ key, item, keyPath }) | |
| onClose | callback of the closed sub menu | Function({ key, item, keyPath }) | |
| onOpenChange | called when open/close sub menu | Function(openKeys: string[]) | noop |
| onSelect | callback of the selected item | Function({ item, key, selectedKeys }) | none |
| onDeselect | callback of the deselected item, only supported for multiple mode | Function({ item, key, selectedKeys }) | - |
| onClick | callback of the clicked menu item, params: {item, key, keyPath} | function | - |
Expand Down

0 comments on commit 9a7b644

Please sign in to comment.