Skip to main content

Function: groupEntities()

groupEntities(workspace, params): Promise<EntityGroup>

Defined in: editor/elementGrouping.ts:38

Groups with animation multiple entity elements into an entity group.

The grouping operation is performed with DataDiagramModel.group method.

The operation puts a command to the command history.

Parameters

ParameterType

workspace

WorkspaceContext

params

GroupEntitiesParams

Returns

Promise<EntityGroup>

See