Home > @jsplumbtoolkit/browser-ui > Surface > autoSizeGroups
#
Surface.autoSizeGroups() methodRun the group auto size routine on every group in the Surface.
Signature:
autoSizeGroups(force?: boolean): void;
#
ParametersParameter | Type | Description |
---|---|---|
force | boolean | If true, this flag will override any autoSize:false directives on the groups in the Surface. |
Returns:
void