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
| Parameter | Type |
|---|---|
| |
|
Returns
Promise<EntityGroup>