LinkUpdater
Extended by
Methods
applyUpdates()
applyUpdates(
file
,updates
):Promise
<void
>
Parameters
• file: TFile
• updates: LinkChangeUpdate
[]
Returns
Promise
<void
>
iterateReferences()
iterateReferences(
callback
):void
Parameters
• callback
Returns
void
renameSubpath()
renameSubpath(
file
,oldSubpath
,newSubpath
):Promise
<void
>
Parameters
• file: TFile
• oldSubpath: string
• newSubpath: string
Returns
Promise
<void
>