CanvasViewCanvasNodeUnknownData
Unofficial
Base data shared by all canvas node types.
Import:
import type { CanvasViewCanvasNodeUnknownData } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface CanvasViewCanvasNodeUnknownDataProperties
| Property | Type | Description | |
|---|---|---|---|
| file | string | Path to the associated file. | |
| id | string | Unique identifier of the node. | |
| type | string | Type of the canvas node (e.g. "text", "file", "link", "group"). |
Links to this page: