Skip to content

CanvasTextNodeReference

A reference within a text node in a canvas.

Import:

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

Signature:

export interface CanvasTextNodeReference extends CanvasReference

Extends: CanvasReference

Properties

PropertyTypeDescription
isCanvastrueWhether the reference is a canvas reference.
(Inherited from CanvasReference)
nodeIndexnumberAn index of the node in the canvas.
(Inherited from CanvasReference)
originalReferenceReferenceAn original reference.
type'text'A type of reference.