Skip to main content

Home > @jsplumbtoolkit/browser-ui > Surface > refresh

Surface.refresh() method

Refresh the layout and update all connections.

Signature:

refresh(_internal?: boolean): void;

Parameters

ParameterTypeDescription
_internalbooleanFor internal use. It is not recommended you set this flag if you call this method: it is a means for the Toolkit to override the suspension of rendering, if it needs to.

Returns:

void