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-catalyst-latest';Signature:
export interface CanvasViewCanvasEdgeLinkProperties
| Property | Type | Description | |
|---|---|---|---|
| end | string | Which end of the edge this link represents ('from' or 'to'). | |
| node | CanvasViewCanvasNode | The node this edge endpoint is connected to. | |
| side | string | The side of the node where this edge connects (e.g., 'top', 'bottom', 'left', 'right'). |
Links to this page: