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 CanvasViewCanvasEdgeLineEndProperties
| 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: