CachedMetadata
Interface: CachedMetadata
Section titled “Interface: CachedMetadata”Defined in: cache.svelte.ts:386
Properties
Section titled “Properties”blocks?
Section titled “blocks?”
optionalblocks?:Record<string,BlockCache>
Defined in: cache.svelte.ts:409
embeds?
Section titled “embeds?”
optionalembeds?:EmbedCache[]
Defined in: cache.svelte.ts:394
footnoteRefs?
Section titled “footnoteRefs?”
optionalfootnoteRefs?:FootnoteRefCache[]
Defined in: cache.svelte.ts:407
footnotes?
Section titled “footnotes?”
optionalfootnotes?:FootnoteCache[]
Defined in: cache.svelte.ts:406
frontmatter?
Section titled “frontmatter?”
optionalfrontmatter?:FrontMatterCache
Defined in: cache.svelte.ts:404
frontmatterPosition?
Section titled “frontmatterPosition?”
optionalfrontmatterPosition?:Pos
Defined in: cache.svelte.ts:392
Position of the frontmatter in the file.
headings?
Section titled “headings?”
optionalheadings?:HeadingCache[]
Defined in: cache.svelte.ts:405
links?
Section titled “links?”
optionallinks?:LinkCache[]
Defined in: cache.svelte.ts:393
listItems?
Section titled “listItems?”
optionallistItems?:ListItemCache[]
Defined in: cache.svelte.ts:403
referenceLinks?
Section titled “referenceLinks?”
optionalreferenceLinks?:ReferenceLinkCache[]
Defined in: cache.svelte.ts:408
sections?
Section titled “sections?”
optionalsections?:SectionCache[]
Defined in: cache.svelte.ts:402
Sections are root level markdown blocks, which can be used to divide the document up.
optionaltags?:TagCache[]
Defined in: cache.svelte.ts:395