Home > @jsplumbtoolkit/test-support > jsPlumbToolkitTestHarness > startEditing
jsPlumbToolkitTestHarness.startEditing() method
Start editing the given Edge. You need to have imported jsplumbtoolkit/connector-editors for this to work.
Signature:
startEditing(edge: Edge, params?: any): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| edge | Edge | Edge to edit |
| params | any | Optional editor params. |
Returns:
void