Skip to content

BuildBacklinksSnapshotParams.target?

BuildBacklinksSnapshotParams › target?

Type: MutableBacklinksSnapshot<TPayload>

An existing snapshot to merge into, so several sets of backlinks can be accumulated into one.

Merging is what makes a single rewrite pass per note possible when a note links to several moved targets: without it, calling the rewrite once per target would open — and write — the same note repeatedly.

When omitted, a new snapshot is created.