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