Skip to content

CanvasViewCanvasEdgeLineEnd

Unofficial

Represents the visual endpoint (arrow, dot, etc.) at one end of a canvas edge.

Import:

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

Signature:

export interface CanvasViewCanvasEdgeLineEnd

Properties

PropertyTypeDescription
elSVGGElementSVG group element containing the line end marker.
typestringType of the line end marker (e.g., 'arrow', 'none').

Links to this page: