Workflow
Edge
Custom edge renderer providing animated and temporary edge styles for ReactFlow diagrams.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| id | string | - | Edge identifier |
| source | string | - | Source node ID |
| target | string | - | Target node ID |
| markerEnd | string | - | Arrow marker (Animated only) |
Import
import { Edge } from '@blastx/ui-ai';