Skip to content

addToQueue

Adds an asynchronous function to be executed after the previous function completes.

Import:

import { addToQueue } from 'obsidian-dev-utils/obsidian/queue';

Signature:

function addToQueue(params: AddToQueueParams): void

Parameters:

ParameterTypeDescription
paramsAddToQueueParamsThe parameters for the function.

Returns: void


Links to this page: