Skip to main content

Home > @jsplumbtoolkit/core > AbstractLayout > begin

AbstractLayout.begin() method

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

Signature:

abstract begin(toolkit: JsPlumbToolkit, parameters: P): void;

Parameters

ParameterTypeDescription
toolkitJsPlumbToolkitThe associated jsPlumbToolkit instance
parametersPParameters configured for the layout.

Returns:

void