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 CanvasReferenceExtends: CanvasReference
Properties
| Property | Type | Description |
|---|---|---|
| isCanvas | true | Whether the reference is a canvas reference. (Inherited from CanvasReference) |
| nodeIndex | number | An index of the node in the canvas. (Inherited from CanvasReference) |
| originalReference | Reference | An original reference. |
| type | 'text' | A type of reference. |