Constructors
constructor
- new LayerTree(layerId: string, title: string, children: LayerTree[], moduleIds: string[]): LayerTree
-
Parameters
-
layerId: string
-
title: string
-
-
moduleIds: string[]
Properties
Readonly layerId
layerId: string
Readonly moduleIds
moduleIds: string[]
Readonly title
title: string
Methods
getChildrenModules
- getChildrenModules(): any
getLayerRecursive
- getLayerRecursive(testFct: (LayerTree: any) => boolean): LayerTree
-
Parameters
-
testFct: (LayerTree: any) => boolean
-
- (LayerTree: any): boolean
-
Parameters
Returns boolean