Skip to content

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-public-latest';

Signature:

export interface CanvasIndexEntry

Properties

PropertyTypeDescription
cachesRecord<string, CachedMetadata>Cached metadata for each node in the canvas, keyed by node ID.
embedsCanvasEmbed[]List of embedded file references within the canvas.

Links to this page: