Skip to content

CanvasViewDataEdge

Unofficial

Serialized data representation of an edge (connection) between two nodes in the canvas.

Import:

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

Signature:

export interface CanvasViewDataEdge

Properties

PropertyTypeDescription
fromNodestringID of the source node.
fromSidestringobsidian#Side of the source node where the edge originates (e.g., 'top', 'bottom', 'left', 'right').
idstringUnique identifier for this edge.
toNodestringID of the target node.
toSidestringobsidian#Side of the target node where the edge terminates (e.g., 'top', 'bottom', 'left', 'right').

Links to this page: