Home > @jsplumbtoolkit/browser-ui > Surface > refresh
#
Surface.refresh() methodRefresh the layout and update all connections.
Signature:
refresh(_internal?: boolean): void;
#
ParametersParameter | Type | Description |
---|---|---|
_internal | boolean | For 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