connection-path
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): CurveFactoryParameters
• type: "curve" | "monotone" | "linear" | "step"
Returns
CurveFactory