Skip to content

CanvasReference

A reference within a canvas.

Import:

import type { CanvasReference } from 'obsidian-dev-utils/obsidian/reference';

Signature:

export interface CanvasReference extends FrontmatterLinkCache

Extends: FrontmatterLinkCache

Properties

PropertyTypeDescription
isCanvastrueWhether the reference is a canvas reference.
nodeIndexnumberAn index of the node in the canvas.
type'file' | 'text'A type of reference.

Links to this page: