Skip to main content

Function: ungroupAllEntities()

ungroupAllEntities(workspace, params): Promise<EntityElement[]>

Defined in: editor/elementGrouping.ts:114

Ungroups with animation one or many entity groups into all contained entity elements.

The ungrouping operation is performed with DataDiagramModel.ungroupAll method.

The operation puts a command to the command history.

Parameters

ParameterType

workspace

WorkspaceContext

params

UngroupAllEntitiesParams

Returns

Promise<EntityElement[]>

See