Skip to content
Obsidian Typings
Public (1.13.7)
|
Catalyst (1.13.7)
Search
Ctrl
K
Cancel
Github
Select theme
Dark
Light
Auto
Github
Select theme
Dark
Light
Auto
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