Skip to main content

Type Alias: CreateEdgeCurveProgramOptions<N, E, G>

CreateEdgeCurveProgramOptions<N, E, G>: object

Defined in: edge-curve/src/utils.ts:7

Type Parameters

N extends Attributes = Attributes

E extends Attributes = Attributes

G extends Attributes = Attributes

Type declaration

arrowHead

arrowHead: null | { extremity: "target" | "source" | "both"; lengthToThicknessRatio: number; widenessToThicknessRatio: number; }

curvatureAttribute

curvatureAttribute: string

defaultCurvature

defaultCurvature: number

drawLabel?

optional drawLabel: EdgeLabelDrawingFunction<N, E, G>