Skip to content

ItemQueue.add method

ItemQueue › add

Unofficial

Add a single item to the queue.

Signature:

add(item: T): void

Parameters:

Parameter Type Description
item T Item to add.

Returns: void