Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LayerTree

Index

Constructors

constructor

  • new LayerTree(layerId: string, title: string, children: LayerTree[], moduleIds: string[]): LayerTree

Properties

Readonly children

children: LayerTree[]

Readonly layerId

layerId: string

Readonly moduleIds

moduleIds: string[]

Readonly title

title: string

Methods

getChildrenLayers

  • getChildrenLayers(): any

getChildrenModules

  • getChildrenModules(): any

getLayerRecursive

  • getLayerRecursive(testFct: (LayerTree: any) => boolean): LayerTree

Generated using TypeDoc