Skip to content

ItemQueue.add method

ItemQueue › add

Unofficial

Add a single item to the queue.

Signature:

add(item: T): void

Parameters:

ParameterTypeDescription
itemTItem to add.

Returns: void