aliases: "CachedMetadata"
cssclasses: hide-title
Signature:
export interface CachedMetadata
Property | Modifiers | Type | Description |
---|---|---|---|
blocks? |
Record <string, BlockCache > |
(Optional) | |
embeds? |
EmbedCache [] |
(Optional) | |
footnotes? |
FootnoteCache [] |
(Optional) | |
frontmatter? |
FrontMatterCache |
(Optional) | |
frontmatterLinks? |
FrontmatterLinkCache [] |
(Optional) | |
frontmatterPosition? |
Pos |
(Optional) Position of the frontmatter in the file. | |
headings? |
HeadingCache [] |
(Optional) | |
links? |
LinkCache [] |
(Optional) | |
listItems? |
ListItemCache [] |
(Optional) | |
sections? |
SectionCache [] |
(Optional) Sections are root level markdown blocks, which can be used to divide the document up. | |
tags? |
TagCache [] |
(Optional) |