dag-designer / Exports / IDagBindingEdgeData
Interface: IDagBindingEdgeData
Table of contents
Properties
Properties
shortLabel
• shortLabel: string
Defined in
dag-designer/src/components/dag-binding-edge.tsx:5
fullLabel
• fullLabel: string
Defined in
dag-designer/src/components/dag-binding-edge.tsx:6
hasBinding
• hasBinding: boolean
Defined in
dag-designer/src/components/dag-binding-edge.tsx:7
onSelectEdge
• Optional onSelectEdge: (edgeId: string) => void
Type declaration
▸ (edgeId): void
Parameters
| Name | Type |
|---|---|
edgeId | string |
Returns
void