Skip to content

FootnoteCache

Official

The cache of the footnote in the note.

[^1]: bar
baz [^qux]
[^qux]: quux ```
<ImportStatement text="import type { FootnoteCache } from 'obsidian';" />
<TypeSignature kind="interface" name="FootnoteCache" extends={["CacheItem"]} />
**Extends:** [CacheItem](/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/)
<PropertyTable rows={[
{ status: ApiStatus.Official, name: "id", href: "./id/", type: "<a href=\"https://www.typescriptlang.org/docs/handbook/basic-types.html#string\">string</a>", description: "The ID of the footnote." },
{ status: ApiStatus.Official, name: "position", href: "/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/position/", type: "<a href=\"/obsidian-typings/catalyst/api/obsidian/augmentations/Pos/\">Pos</a>", description: "Position of this item in the note.", inheritedFrom: "<a href=\"/obsidian-typings/catalyst/api/obsidian/augmentations/CacheItem/\">CacheItem</a>" },
]} />
---
**Links to this page:**
- [CachedMetadata](/obsidian-typings/catalyst/api/obsidian/augmentations/CachedMetadata/)
- [FootnoteSubpathResult](/obsidian-typings/catalyst/api/obsidian/augmentations/FootnoteSubpathResult/)