mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
docs: add document for afterClose
props for Modal (#4448)
+ close #4445
This commit is contained in:
parent
4305ca7ab0
commit
a0498e436f
@ -31,6 +31,7 @@ and so on.
|
||||
| maskClosable | Determine whether to close the modal dialog when clicked mask of it. | Boolean | true |
|
||||
| style | Style of floating layer, typically used at least for adjusting the position. | Object | - |
|
||||
| wrapClassName | The class name of the container of the modal dialog | String | - |
|
||||
| afterClose | Specify a function that will be called when modal is closed completely. | function | - |
|
||||
|
||||
### Modal.xxx()
|
||||
|
||||
|
@ -30,6 +30,7 @@ title: Modal
|
||||
| maskClosable | 点击蒙层是否允许关闭 | Boolean | true |
|
||||
| style | 可用于设置浮层的样式,调整浮层位置等 | Object | - |
|
||||
| wrapClassName | 对话框外层容器的类名 | String | - |
|
||||
| afterClose | Modal 完全关闭后的回调 | function | 无 |
|
||||
|
||||
### Modal.xxx()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user