Skip to main content

Home > @jsplumbtoolkit/core > AbstractLayout > end

AbstractLayout.end() method

This is an abstract function that subclasses may implement if they wish. It will be called at the end of a layout.

Signature:

abstract end(toolkit: JsPlumbToolkit, parameters: P, wasMagnetized: boolean): void;

Parameters

ParameterTypeDescription
toolkitJsPlumbToolkitThe associated jsPlumbToolkit instance
parametersPParameters configured for the layout.
wasMagnetizedboolean

Returns:

void