Searched refs:rootLayers (Results 1 – 1 of 1) sorted by relevance
32 private rootLayers: HierarchyTreeNode[] | undefined; property in VisibilityPropertiesComputation38 this.rootLayers = value.getAllChildren().slice();43 if (!this.root || !this.rootLayers) {51 const sortedLayers = this.rootLayers.sort(this.sortLayerZ);