FootnoteRefCache
Official
The cache of the footnote reference in the note.
[^1]: bar
baz [^qux]
[^qux]: quux ```
<ImportStatement text="import type { FootnoteRefCache } from 'obsidian';" />
<TypeSignature kind="interface" name="FootnoteRefCache" 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 reference." }, { 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/)