Home > @jsplumbtoolkit/connector-editors-orthogonal > OrthogonalEditor > _clearHandles
OrthogonalEditor._clearHandles() method
clear all handles, except, optionally, the one provided.
Signature:
/** @override */
_clearHandles(excludeHandle?: HTMLElement): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| excludeHandle | HTMLElement |
Returns:
void