ToParseLinkReferenceParams
Params for toParseLinkReference.
Import:
import type { ToParseLinkReferenceParams } from 'obsidian-dev-utils/obsidian/parse-link';Signature:
export interface ToParseLinkReferenceParamsProperties
| Property | Type | Description |
|---|---|---|
| content | string | The content the parsed link's offsets index into. Used to compute the line and column. |
| parseLinkResult | ParseLinkResult | The parsed link to wrap. |
Links to this page: