Skip to content

ItemQueue.remove method

ItemQueue › 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