Function: destroyToolGroup()
destroyToolGroup(toolGroupId
): void
Given a tool group Id, destroy the toolGroup. It will also cleanup all segmentations
associated with that tool group too
Parameters
• toolGroupId: string
The Id of the tool group to be destroyed.
Returns
void
Defined in
tools/src/store/ToolGroupManager/destroyToolGroup.ts:11