CachedMetadata interface
Signature:
export interface CachedMetadata
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
blocks? | Record <string, BlockCache > | (Optional) | |
embeds? | EmbedCache [] | (Optional) | |
footnoteRefs? | FootnoteRefCache [] | (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) | |
referenceLinks? | ReferenceLinkCache [] | (Optional) | |
sections? | SectionCache [] | (Optional) Sections are root level markdown blocks, which can be used to divide the document up. | |
tags? | TagCache [] | (Optional) |