Skip to content

FileManager.updateAllLinks method

FileManager › updateAllLinks

Unofficial

Update all links.

Signature:

updateAllLinks(links: LinkUpdate[]): Promise<void>

Parameters:

Parameter Type Description
links LinkUpdate[] The link updates to apply.

Returns: Promise<void>A promise that resolves when all links are updated.