vaultmd / OutboundLink
Type Alias: OutboundLink
OutboundLink =
object
Defined in: src/query/models/outbound-link.ts:2
An outbound link from a note as returned by QueryApi.outboundLinks.
Properties
resolved
resolved:
string|null
Defined in: src/query/models/outbound-link.ts:9
Vault-relative path of the note the link resolves to, or null when the target could not be matched to any note in the vault (dangling link).
target
target:
string
Defined in: src/query/models/outbound-link.ts:4
Normalised link target as stored in the index (stem for wikilinks, vault-relative path for md-links).