Skip to main content

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

Surface.autoSizeGroups() method

Run the group auto size routine on every group in the Surface.

Signature:

autoSizeGroups(force?: boolean): void;

Parameters

ParameterTypeDescription
forcebooleanIf true, this flag will override any autoSize:false directives on the groups in the Surface.

Returns:

void