Question to Jmix team, what is the unit of measure of duration, milliseconds, seconds or minutes? I tried it seems it is not even in minutes (greater) or it’s not working as expected.
notifications.create("Hello")
.withType(Notifications.Type.WARNING)
.withPosition(Notification.Position.BOTTOM_END)
.withDuration(3000)
.show();