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
Copy file name to clipboardExpand all lines: components/modal/doc/index.en-US.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ different.
31
31
|`nzAfterClose`| Specify a EventEmitter that will be emitted when modal is closed completely (Can listen for parameters passed in the close/destroy method) |`EventEmitter`| - |
32
32
|`nzBodyStyle`| Body style for modal body element. Such as height, padding etc. |`object`| - |
33
33
|`nzCancelText`| Text of the Cancel button. <i>Set to null to show no cancel button (this value is invalid if the nzFooter parameter is used in normal mode)</i> |`string`|`'Cancel'`|
|`nzClosable`| Whether a close (x) button is visible on top right of the modal dialog or not. <i>Invalid value in confirm box mode (default will be hidden)</i> |`boolean`|`true`|
36
36
|`nzOkLoading`| Whether to apply loading visual effect for OK button or not |`boolean`|`false`|
37
37
|`nzCancelLoading`| Whether to apply loading visual effect for Cancel button or not |`boolean`|`false`|
0 commit comments