ItemQueueItems.remove method
ItemQueueItems › remove
Unofficial
Remove a specific item from the queue.Signature:
remove(item: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| item | T | Item to remove. |
Returns: void
ItemQueueItems › remove
Unofficial
Remove a specific item from the queue.Signature:
remove(item: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| item | T | Item to remove. |
Returns: void