ant-design/components/confirm/index.md
2015-06-10 22:02:13 +08:00

740 B
Raw Blame History

Confirm

  • category: Components
  • chinese: 确认对话框

何时使用

当需要用户确认时使用

api

为一个方法,参数为 object具体属性如下

参数 说明 类型 默认值
title 标题 React.Element String
onOk 点击确定回调,参数为关闭函数 function
onCancel 取消回调,参数为关闭函数 function
width 宽度 String or Number 375
iconClassName 图标央样式名 String anticon-exclamation-circle