Skip to content

Bezier

Unofficial

Bezier curve used for rendering canvas edge connections.

Import:

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

Signature:

export interface Bezier

Properties

PropertyTypeDescription
cp1PointFirst control point of the Bezier curve.
cp2PointSecond control point of the Bezier curve.
fromPointStart point of the Bezier curve.
pathstringSVG path string representation of the Bezier curve.
toPointEnd point of the Bezier curve.

Links to this page: