Bezier
Unofficial
Bezier curve used for rendering canvas edge connections.
Import:
import type { Bezier } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface BezierProperties
| Property | Type | Description | |
|---|---|---|---|
| cp1 | Point | First control point of the Bezier curve. | |
| cp2 | Point | Second control point of the Bezier curve. | |
| from | Point | Start point of the Bezier curve. | |
| path | string | SVG path string representation of the Bezier curve. | |
| to | Point | End point of the Bezier curve. |
Links to this page: