CachedMetadata
Interface: CachedMetadata
Section titled “Interface: CachedMetadata”Defined in: cache.svelte.ts:380
Properties
Section titled “Properties”blocks?
Section titled “blocks?”
optionalblocks?:Record<string,BlockCache>
Defined in: cache.svelte.ts:403
embeds?
Section titled “embeds?”
optionalembeds?:EmbedCache[]
Defined in: cache.svelte.ts:388
footnoteRefs?
Section titled “footnoteRefs?”
optionalfootnoteRefs?:FootnoteRefCache[]
Defined in: cache.svelte.ts:401
footnotes?
Section titled “footnotes?”
optionalfootnotes?:FootnoteCache[]
Defined in: cache.svelte.ts:400
frontmatter?
Section titled “frontmatter?”
optionalfrontmatter?:FrontMatterCache
Defined in: cache.svelte.ts:398
frontmatterPosition?
Section titled “frontmatterPosition?”
optionalfrontmatterPosition?:Pos
Defined in: cache.svelte.ts:386
Position of the frontmatter in the file.
headings?
Section titled “headings?”
optionalheadings?:HeadingCache[]
Defined in: cache.svelte.ts:399
links?
Section titled “links?”
optionallinks?:LinkCache[]
Defined in: cache.svelte.ts:387
listItems?
Section titled “listItems?”
optionallistItems?:ListItemCache[]
Defined in: cache.svelte.ts:397
referenceLinks?
Section titled “referenceLinks?”
optionalreferenceLinks?:ReferenceLinkCache[]
Defined in: cache.svelte.ts:402
sections?
Section titled “sections?”
optionalsections?:SectionCache[]
Defined in: cache.svelte.ts:396
Sections are root level markdown blocks, which can be used to divide the document up.
optionaltags?:TagCache[]
Defined in: cache.svelte.ts:389