|
|
@ -53,6 +53,7 @@ The properties of the object are follows: |
|
|
|
| autoFocusButton | Specify which button to autofocus | null\|string: `ok` `cancel` | `ok` | |
|
|
|
| autoFocusButton | Specify which button to autofocus | null\|string: `ok` `cancel` | `ok` | |
|
|
|
| cancelText | Text of the Cancel button | string | `Cancel` | |
|
|
|
| cancelText | Text of the Cancel button | string | `Cancel` | |
|
|
|
| centered | Centered Modal | Boolean | `false` | |
|
|
|
| centered | Centered Modal | Boolean | `false` | |
|
|
|
|
|
|
|
| closable | Whether a close (x) button is visible on top right of the modal dialog or not | boolean | `false` | |
|
|
|
| class | class of container | string | - | |
|
|
|
| class | class of container | string | - | |
|
|
|
| content | Content | string\|vNode | - | |
|
|
|
| content | Content | string\|vNode | - | |
|
|
|
| iconType | Icon `type` of the Icon component | string | `question-circle` | |
|
|
|
| iconType | Icon `type` of the Icon component | string | `question-circle` | |
|
|
|