feat(network): add orthogonal edge routing option
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,7 @@ export interface DiagramEdge {
|
||||
connectionType: string
|
||||
speed: string | null
|
||||
notes: string | null
|
||||
routing?: string | null
|
||||
routing?: 'curved' | 'step' | 'orthogonal' | null
|
||||
}
|
||||
|
||||
export interface DeviceTypeResponse {
|
||||
|
||||
Reference in New Issue
Block a user