MindFusion.Diagramming for JavaScript Programmer's Guide

Queue.dequeue Method

See Also
 





Removes and returns the object at the beginning of the queue.

Namespace: MindFusion.Collections
File: Queue.js

 Syntax

JavaScript  Copy Code

function dequeue ()

 Remarks

If the queue is empty this method will throw an exception.

 See Also