Skip to content

ItemQueueItems.remove method

ItemQueueItems › remove

Unofficial

Remove a specific item from the queue.

Signature:

remove(item: T): void

Parameters:

Parameter Type Description
item T Item to remove.

Returns: void