Function umbScopeMapperForJsonPaths
umbScopeMapperForJsonPaths( paths: string[], scopePath: string, scopedMapper: (scopedPaths: string[]) => Promise<string[]>,): Promise<string[]> Parameters
- paths: string[]
- scopePath: string
- scopedMapper: (scopedPaths: string[]) => Promise<string[]>
Returns Promise<string[]>
- the paths, including the once mapped by the scoped mapper. Notice the order is kept.
Helper method to map paths matching a certain scope.