You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| keyboard | Whether support press esc to close |Boolean| true ||
79
-
| mask | Whether show mask or not. |Boolean| true ||
80
-
| maskClosable | Whether to close the modal dialog when the mask (area outside the modal) is clicked |Boolean|`false`||
78
+
| keyboard | Whether support press esc to close |boolean| true ||
79
+
| mask | Whether show mask or not. |boolean| true ||
80
+
| maskClosable | Whether to close the modal dialog when the mask (area outside the modal) is clicked |boolean|`false`||
81
81
| okButtonProps | The ok button props |[ButtonProps](/components/button)| - ||
82
82
| okText | Text of the OK button | string |`OK`||
83
83
| okType | Button `type` of the OK button | string |`primary`||
84
-
| title | Title | string\|vNode\|function(h) | - ||
84
+
| title | Title | string\|VNode\|function(h) | - ||
85
85
| width | Width of the modal dialog | string\|number | 416 ||
86
86
| wrapClassName | The class name of the container of the modal dialog | string | - | 3.0 |
87
-
| zIndex | The `z-index` of the Modal |Number| 1000 ||
87
+
| zIndex | The `z-index` of the Modal |number| 1000 ||
88
88
| onCancel | Specify a function that will be called when the user clicks the Cancel button. The parameter of this function is a function whose execution should include closing the dialog. You can also just return a promise and when the promise is resolved, the modal dialog will also be closed | function | - ||
89
89
| onOk | Specify a function that will be called when the user clicks the OK button. The parameter of this function is a function whose execution should include closing the dialog. You can also just return a promise and when the promise is resolved, the modal dialog will also be closed | function | - ||
0 commit comments