workflow / Exports / UniversalEdgeStyle
Interface: UniversalEdgeStyle
Universal edge/connection styling
Table of contents
Properties
- type
- strokeWidth
- strokeColor
- strokeDasharray
- animated
- animationDuration
- markerEnd
- markerStart
- labelStyle
- labelPosition
Properties
type
• Optional type: "default" | "straight" | "step" | "smoothstep" | "bezier"
Edge type for rendering
Defined in
strokeWidth
• Optional strokeWidth: number
Visual style properties
Defined in
strokeColor
• Optional strokeColor: string
Defined in
strokeDasharray
• Optional strokeDasharray: string
Defined in
animated
• Optional animated: boolean
Animation properties
Defined in
animationDuration
• Optional animationDuration: number
Defined in
markerEnd
• Optional markerEnd: string
Markers and decorations
Defined in
markerStart
• Optional markerStart: string
Defined in
labelStyle
• Optional labelStyle: Record<string, unknown>
Label styling
Defined in
labelPosition
• Optional labelPosition: number