Skip to main content

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

Surface.expandGroup() method

Expand the given group

Signature:

expandGroup(group: string | Group): void;

Parameters

ParameterTypeDescription
groupstring | GroupGroup ID, or Group, to expand

Returns:

void