Skip to content

CanvasViewCanvasEdgePath

Unofficial

SVG path elements for rendering a canvas edge, with separate paths for display and interaction.

Import:

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

Signature:

export interface CanvasViewCanvasEdgePath

Properties

PropertyTypeDescription
displaySVGPathElementSVG path element used for the visible edge rendering.
interactionSVGPathElementSVG path element used as a wider invisible hit area for interaction.

Links to this page: