Home > @jsplumbtoolkit/core > EdgeSelectionParams
EdgeSelectionParams interface
Signature:
export interface EdgeSelectionParams
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| element? | string | Vertex | (Optional) | |
| filter? | (e: Edge) => boolean | (Optional) | |
| source? | string | Vertex | (Optional) | |
| target? | string | Vertex | (Optional) |