packages/eui/packages/components-next/src/lib/components/eui-dialog/models/dialog.config.model.ts
constructor(values: Object)
|
||||||
|
Parameters :
|
| acceptButton |
Type : object
|
Default value : {
label: 'eui.OK',
icon: null,
disabled: false,
}
|
| bodyComponent |
Type : literal type
|
| disableClose |
Default value : false
|
| dismissButton |
Type : object
|
Default value : {
label: 'eui.CANCEL',
icon: null,
disabled: false,
}
|
| draggable |
Default value : false
|
| e2eAttr |
Type : string
|
Default value : 'eui-dialog'
|
| footerComponent |
Type : literal type
|
| hasFooter |
Default value : true
|
| hasNoBodyPadding |
Default value : false
|
| headerComponent |
Type : literal type
|
| height |
Type : string
|
Default value : 'auto'
|
| id |
Type : string
|
| isHandleCloseOnAccept |
Default value : false
|
| isHandleCloseOnClickOutside |
Default value : false
|
| isHandleCloseOnClose |
Default value : false
|
| isHandleCloseOnDismiss |
Default value : false
|
| message |
Type : string
|
| onAccept |
Type : function
|
| onClick |
Type : function
|
| onClickOutside |
Type : function
|
| onClose |
Type : function
|
| onDismiss |
Type : function
|
| title |
Type : string
|
| typeClass |
| width |
Type : string
|
Default value : '33vw'
|