packages/eui/packages/components/eui-dialog/models/eui-dialog.config.ts
Properties |
|
accept |
accept:
|
Type : function
|
Optional |
acceptLabel |
acceptLabel:
|
Type : string
|
Optional |
bodyComponent |
bodyComponent:
|
Type : literal type
|
Optional |
classList |
classList:
|
Type : string
|
Optional |
clickOutside |
clickOutside:
|
Type : function
|
Optional |
close |
close:
|
Type : function
|
Optional |
content |
content:
|
Type : TemplatePortal | string | null
|
Optional |
dialogId |
dialogId:
|
Type : string
|
Optional |
dismiss |
dismiss:
|
Type : function
|
Optional |
dismissLabel |
dismissLabel:
|
Type : string
|
Optional |
e2eAttr |
e2eAttr:
|
Type : string
|
Optional |
escape |
escape:
|
Type : function
|
Optional |
footer |
footer:
|
Type : TemplatePortal
|
Optional |
footerComponent |
footerComponent:
|
Type : literal type
|
Optional |
hasAcceptButton |
hasAcceptButton:
|
Type : boolean
|
Optional |
hasCloseButton |
hasCloseButton:
|
Type : boolean
|
Optional |
hasClosedOnClickOutside |
hasClosedOnClickOutside:
|
Type : boolean
|
Optional |
hasClosedOnEscape |
hasClosedOnEscape:
|
Type : boolean
|
Optional |
hasDismissButton |
hasDismissButton:
|
Type : boolean
|
Optional |
hasFooter |
hasFooter:
|
Type : boolean
|
Optional |
hasMobileCustomSize |
hasMobileCustomSize:
|
Type : boolean
|
Optional |
hasNoBodyPadding |
hasNoBodyPadding:
|
Type : boolean
|
Optional |
header |
header:
|
Type : TemplatePortal
|
Optional |
headerComponent |
headerComponent:
|
Type : literal type
|
Optional |
height |
height:
|
Type : string
|
Optional |
init |
init:
|
Type : function
|
Optional |
isDraggable |
isDraggable:
|
Type : boolean
|
Optional |
isFullScreen |
isFullScreen:
|
Type : boolean
|
Optional |
isHandleCloseOnAccept |
isHandleCloseOnAccept:
|
Type : boolean
|
Optional |
isHandleCloseOnClickOutside |
isHandleCloseOnClickOutside:
|
Type : boolean
|
Optional |
isHandleCloseOnClose |
isHandleCloseOnClose:
|
Type : boolean
|
Optional |
isHandleCloseOnDismiss |
isHandleCloseOnDismiss:
|
Type : boolean
|
Optional |
isHandleCloseOnEscape |
isHandleCloseOnEscape:
|
Type : boolean
|
Optional |
isMessageBox |
isMessageBox:
|
Type : boolean
|
Optional |
open |
open:
|
Type : function
|
Optional |
overlayRef |
overlayRef:
|
Type : OverlayRef
|
Optional |
title |
title:
|
Type : string
|
Optional |
verticalPosition |
verticalPosition:
|
Type : EuiDialogVerticalPosition
|
Optional |
width |
width:
|
Type : string
|
Optional |