packages/eui/packages/components-next/src/lib/components/eui-dialog/eui-dialog.component.ts
BaseDirective
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-dialog |
| styleUrls | ./styles/_index.scss |
| templateUrl | ./eui-dialog.component.html |
Properties |
|
Methods |
|
HostBindings |
constructor(dialogRef: MatDialogRef
|
|||||||||||||||
|
Parameters :
|
| class |
| Public closeDialog |
closeDialog()
|
|
Returns :
void
|
| Public onClick | ||||||
onClick(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| Public bodyComponent |
Type : literal type
|
Default value : null
|
| Public data |
Type : EuiDialogConfig
|
Decorators :
@Inject(MAT_DIALOG_DATA)
|
| euiDialogBody |
Type : ElementRef<HTMLDivElement>
|
Decorators :
@ViewChild('euiDialogBody')
|
| euiDialogFooter |
Type : ElementRef<HTMLDivElement>
|
Decorators :
@ViewChild('euiDialogFooter')
|
| euiDialogHeader |
Type : ElementRef<HTMLDivElement>
|
Decorators :
@ViewChild('euiDialogHeader')
|
| Public footerComponent |
Type : literal type
|
Default value : null
|
| Public headerComponent |
Type : literal type
|
Default value : null
|