Skip to content

CanvasViewCanvasEdgeLink

Unofficial

Represents one endpoint of a canvas edge, linking it to a specific side of a node.

Import:

import type { CanvasViewCanvasEdgeLink } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface CanvasViewCanvasEdgeLink

Properties

PropertyTypeDescription
endstringWhich end of the edge this link represents ('from' or 'to').
nodeCanvasViewCanvasNodeThe node this edge endpoint is connected to.
sidestringThe side of the node where this edge connects (e.g., 'top', 'bottom', 'left', 'right').

Links to this page: