Skip to content

Commit

Permalink
Update method description and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMuehlhauserNRCan committed Dec 6, 2024
1 parent dd66e77 commit 88e95c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/geoview-core/src/geo/layer/layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@ export class LayerApi {
}

/**
* Gets all layer paths from an Entry Config
* @param {string} parentPath - The Map Config Layer Entry
* @returns {string[]} All parent / child layer paths
* Gets all child paths from a parent path
* @param {string} parentPath - The parent path
* @returns {string[]} Child layer paths
*/
#getAllChildPaths(parentPath: string): string[] {
const parentLayerEntryConfig = this.getLayerEntryConfig(parentPath)?.geoviewLayerConfig.listOfLayerEntryConfig;
Expand Down

0 comments on commit 88e95c9

Please sign in to comment.