pathToCatalogInfo

Function

Convert a path string into an array of IDeepCatalogInfo objects. e.g. /initiatives/00a/projects/00b => [{entityType: "item", id: "00a"}, {entityType: "item", id: "00b"}]

Parameters

Parameter Type Default Notes
path Required string

Returns


Function defined in common/src/core/_internal/deepContains.ts:87