Does this framework have a queuing function? For example, I have multiple dialog boxes that need to pop up, but only one dialog box can pop up at any given time. When the current dialog box closes, the next dialog box in the queue should automatically pop up. Also, does it support queue jumping? For example, [1,2,3]. If I want dialog box 4 to pop up immediately after dialog box 1 disappears, while dialog boxes 2 and 3 enter a waiting state, is this pattern supported?
Does this framework have a queuing function? For example, I have multiple dialog boxes that need to pop up, but only one dialog box can pop up at any given time. When the current dialog box closes, the next dialog box in the queue should automatically pop up. Also, does it support queue jumping? For example, [1,2,3]. If I want dialog box 4 to pop up immediately after dialog box 1 disappears, while dialog boxes 2 and 3 enter a waiting state, is this pattern supported?