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

Signature:

export interface CanvasViewCanvasEdgeLineEnd

Properties

Property Type Description
el SVGGElement SVG group element containing the line end marker.
type string Type of the line end marker (e.g., 'arrow', 'none').

Links to this page: