Skip to content

ToParseLinkReferenceParams

Params for toParseLinkReference.

Import:

import type { ToParseLinkReferenceParams } from 'obsidian-dev-utils/obsidian/parse-link';

Signature:

export interface ToParseLinkReferenceParams

Properties

PropertyTypeDescription
contentstringThe content the parsed link's offsets index into. Used to compute the line and column.
parseLinkResultParseLinkResultThe parsed link to wrap.

Links to this page: