File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,9 @@ You can customise Popconfirm like:
52
52
| Name | Description |
53
53
| --- | ---|
54
54
| reference | HTML element that triggers Popconfirm |
55
+
56
+ ### Events
57
+ | Event Name | Description | Parameters |
58
+ | ---------| --------| ---------|
59
+ | onConfirm | triggers when click confirm button | — |
60
+ | onCancel | triggers when click cancel button | — |
Original file line number Diff line number Diff line change @@ -52,3 +52,9 @@ You can customise Popconfirm like:
52
52
| Name | Description |
53
53
| --- | ---|
54
54
| reference | HTML element that triggers Popconfirm |
55
+
56
+ ### Events
57
+ | Event Name | Description | Parameters |
58
+ | ---------| --------| ---------|
59
+ | onConfirm | triggers when click confirm button | — |
60
+ | onCancel | triggers when click cancel button | — |
Original file line number Diff line number Diff line change @@ -52,3 +52,9 @@ You can customise Popconfirm like:
52
52
| Name | Description |
53
53
| --- | ---|
54
54
| reference | HTML element that triggers Popconfirm |
55
+
56
+ ### Events
57
+ | Event Name | Description | Parameters |
58
+ | ---------| --------| ---------|
59
+ | onConfirm | triggers when click confirm button | — |
60
+ | onCancel | triggers when click cancel button | — |
Original file line number Diff line number Diff line change @@ -52,3 +52,9 @@ Popconfirm 的属性与 Popover 很类似,因此对于重复属性,请参考
52
52
| 参数 | 说明 |
53
53
| --- | ---|
54
54
| reference | 触发 Popconfirm 显示的 HTML 元素 |
55
+
56
+ ### Events
57
+ | 事件名称 | 说明 | 回调参数 |
58
+ | ---------| --------| ---------|
59
+ | onConfirm | 点击确认按钮时触发 | — |
60
+ | onCancel | 点击取消按钮时触发 | — |
You can’t perform that action at this time.
0 commit comments