Skip to content

CanvasViewCanvasNodeUnknownData

Unofficial

Base data shared by all canvas node types.

Import:

import type { CanvasViewCanvasNodeUnknownData } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface CanvasViewCanvasNodeUnknownData

Properties

PropertyTypeDescription
filestringPath to the associated file.
idstringUnique identifier of the node.
typestringType of the canvas node (e.g. "text", "file", "link", "group").

Links to this page: