Skip to content

LinkUpdater.applyUpdates method

LinkUpdater › applyUpdates

Unofficial

Apply a batch of link change updates to the given file.

Signature:

applyUpdates(file: TFile, updates: LinkChangeUpdate[]): Promise<void>

Parameters:

Parameter Type Description
file TFile File to update.
updates LinkChangeUpdate[] Link change updates to apply.

Returns: Promise<void>A promise that resolves when the updates have been applied.