acmeportal / utils/groupUtils / GroupUtils
Class: GroupUtils¶
Defined in: utils/groupUtils.ts:6
Utility functions for working with flow groups
Constructors¶
Constructor¶
new GroupUtils():
GroupUtils
Returns¶
GroupUtils
Methods¶
findFlowsByGroupPath()¶
staticfindFlowsByGroupPath(flows,groupPath):FlowDetails[]
Defined in: utils/groupUtils.ts:13
Find all flows that match a specific group path
Parameters¶
flows¶
Array of all available flows
groupPath¶
string
Group path in format "aaa/bbb/ccc"
Returns¶
Array of flows that match the group path
getGroupDisplayName()¶
staticgetGroupDisplayName(groupPath):string
Defined in: utils/groupUtils.ts:59
Get a formatted display name for a group path
Parameters¶
groupPath¶
string
Group path in format "aaa/bbb/ccc"
Returns¶
string
Formatted display name