BacklinkConversionParams<TPayload>
Params passed to the link converter of editBacklinksSnapshot.
Import:
import type { BacklinkConversionParams } from 'obsidian-dev-utils/obsidian/link';Signature:
export interface BacklinkConversionParams<TPayload>Properties
| Property | Type | Description |
|---|---|---|
| link | Reference | The link being converted. |
| payload | TPayload | undefined | The payload captured for the link when the snapshot was built.undefined when the link is not in the snapshot, which can only happen if EditBacklinksSnapshotParams.shouldVisitUnmatchedLinks is true. |
| sourcePath | string | The path of the note holding the link. |