workflow / Exports / UniversalWorkflowEdge
Interface: UniversalWorkflowEdge
Universal Workflow Edge Represents connections between nodes with rich styling and metadata
Table of contents
Properties
- id
- source
- target
- type
- label
- description
- sourceHandle
- targetHandle
- style
- hidden
- conditional
- data
- createdAt
- updatedAt
- timestamp
Properties
id
• id: string
Defined in
source
• source: string
Defined in
target
• target: string
Defined in
type
• type: string
Defined in
label
• Optional label: string
Defined in
description
• Optional description: string
Defined in
sourceHandle
• Optional sourceHandle: string
Defined in
targetHandle
• Optional targetHandle: string
Defined in
style
• Optional style: UniversalEdgeStyle
Defined in
hidden
• Optional hidden: boolean
Defined in
conditional
• Optional conditional: Object
Type declaration
| Name | Type |
|---|---|
condition | string |
fallbackEdge? | string |
Defined in
data
• Optional data: Object
Type declaration
| Name | Type |
|---|---|
executionOrder? | number |
dependsOn? | string[] |
className? | string |
extensions? | { [platformName: string]: Record<string, unknown>; } |
metadata? | Record<string, unknown> |
Defined in
createdAt
• createdAt: Date
Defined in
updatedAt
• updatedAt: Date
Defined in
timestamp
• Optional timestamp: number