Hullo team,
I am confused. I know the dialog component has event methods attached to it.
How do I use them, I want to detect if the dialog is open, so I can close it…
if(app.dialog.preloader.opened){
app.dialog.close();
}
is this the right way?