Type alias: FindEdge ​
Ƭ FindEdge: <Data, CustomEvents>(id: string | undefined | null) => GraphEdge<Data, CustomEvents> | undefined
Type declaration ​
â–¸ <Data, CustomEvents>(id): GraphEdge<Data, CustomEvents> | undefined
Type parameters ​
| Name | Type | 
|---|---|
| Data | ElementData | 
| CustomEvents | extends Record<string,CustomEvent> =any | 
Parameters ​
| Name | Type | 
|---|---|
| id | string|undefined|null | 
Returns ​
GraphEdge<Data, CustomEvents> | undefined
 Vue Flow
Vue Flow