ItemQueueItems.dequeue method
ItemQueueItems › dequeue
Unofficial
Remove and return the next item from the front of the queue.Signature:
dequeue(): T | undefinedReturns: T | undefined — The dequeued item, or undefined if empty.
ItemQueueItems › dequeue
Unofficial
Remove and return the next item from the front of the queue.Signature:
dequeue(): T | undefinedReturns: T | undefined — The dequeued item, or undefined if empty.