CanvasIndexEntry
Unofficial
Represents a single entry in the canvas index, containing cached metadata and embeds for a canvas file.
Import:
import type { CanvasIndexEntry } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface CanvasIndexEntryProperties
| Property | Type | Description | |
|---|---|---|---|
| caches | Record<string, CachedMetadata> | Cached metadata for each node in the canvas, keyed by node ID. | |
| embeds | CanvasEmbed[] | List of embedded file references within the canvas. |
Links to this page: