function FdsConfirmDialogComponent()

in platform/core/dialogs/confirm-dialog/confirm-dialog.component.js [25:35]


function FdsConfirmDialogComponent() {
    this.title = '';
    this.message = '';
    this.acceptButton = '';
    this.acceptButtonColor = 'fds-primary';
    this.cancelButton = '';
    this.cancelButtonColor = 'fds-regular';
    this.dialogRef = undefined;
    this.viewContainerRef = undefined;
    this.disableClose = true;
}