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-public-latest';

Signature:

export interface CanvasViewCanvasEdgePath

Properties

Property Type Description
display SVGPathElement SVG path element used for the visible edge rendering.
interaction SVGPathElement SVG path element used as a wider invisible hit area for interaction.

Links to this page: