Skip to main content

Function: ungroupSomeEntities()

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

Defined in: editor/elementGrouping.ts:166

Ungroups with animation some entity elements from an entity group.

The ungrouping operation is performed with DataDiagramModel.ungroupSome method.

The operation puts a command to the command history.

Parameters

ParameterType

workspace

WorkspaceContext

params

UngroupSomeEntitiesParams

Returns

Promise<EntityElement[]>

See