mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
740 B
740 B
Confirm
- category: Components
- chinese: 确认对话框
何时使用
当需要用户确认时使用
api
为一个方法,参数为 object,具体属性如下
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
title | 标题 | React.Element | String |
onOk | 点击确定回调,参数为关闭函数 | function | 无 |
onCancel | 取消回调,参数为关闭函数 | function | 无 |
width | 宽度 | String or Number | 375 |
iconClassName | 图标央样式名 | String | anticon-exclamation-circle |