Function: getToolGroupsWithToolName()
getToolGroupsWithToolName(
toolName
):IToolGroup
[] | []
Returns the toolGroups that has the given toolName as active, passive or enabled.
Parameters
• toolName: string
The name of the tool
Returns
IToolGroup
[] | []
An array of tool groups.
Defined in
tools/src/store/ToolGroupManager/getToolGroupsWithToolName.ts:13