How Can we create one webix message at a time

Let say i have a message with expire 1000, before one more trying to create how can i skip that.

Webix.message has id but how check weather that component is in dom or not

Hello @webix_B_123 ,

before one more trying to create how can i skip that

You can hide all modal boxes by:

webix.modalbox.hideAll();

Information is here

Please check the sample: Code Snippet