Function: getToolGroup()
getToolGroup(
toolGroupId
):IToolGroup
|undefined
Given a tool group Id, return the tool group
Parameters
• toolGroupId: string
The Id of the tool group to be retrieved.
Returns
IToolGroup
| undefined
The tool group that has the same id as the tool group id that was passed in.