Skip to main content

Home > @jsplumbtoolkit/connector-editors > EdgePathEditor > startEditing

EdgePathEditor.startEditing() method

Start editing the given edge or connection, optionally with the given edit parameters.

Signature:

startEditing<T extends ConnectorEditorActivateParams>(edgeOrConnection: Edge | Connection, params?: T): void;

Parameters

ParameterTypeDescription
edgeOrConnectionEdge | Connection
paramsT

Returns:

void