CanvasFileNodeReference
A reference within a file node in a canvas.
Import:
import type { CanvasFileNodeReference } from 'obsidian-dev-utils/obsidian/reference';Signature:
export interface CanvasFileNodeReference 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) |
| type | 'file' | A type of reference. |