This interface represents the data passed to a item dialog or an ingredient dialog

interface DialogData {
    buttonMsg: string;
    data: any;
    dialog: MatDialog;
    title: string;
    ws: WebSocket;
}

Properties

buttonMsg: string
data: any
dialog: MatDialog
title: string
ws: WebSocket