connection-path
Ce contenu n’est pas encore disponible dans votre langue.
Type Aliases
ConnectionPathType
type ConnectionPathType: typeof connectionPathTypes[number];
Defined in
tmp/graph-editor/src/lib/graph-editor/connection-path.ts:6
Variables
connectionPathTypes
const connectionPathTypes: readonly ["curve", "monotone", "linear", "step"];
Defined in
tmp/graph-editor/src/lib/graph-editor/connection-path.ts:4
defaultConnectionPath
const defaultConnectionPath: "curve" = 'curve';
Defined in
tmp/graph-editor/src/lib/graph-editor/connection-path.ts:7
Functions
assignConnectionPath()
function assignConnectionPath(type): CurveFactory
Parameters
• type: "curve"
| "monotone"
| "linear"
| "step"
Returns
CurveFactory