Searched refs:selectedLayer (Results 1 – 2 of 2) sorted by relevance
47 private selectedLayer: LayerTraceEntry | Layer | null = null; property in Presenter240 this.uiData.selectedLayer = this.selectedLayer;241 this.uiData.displayPropertyGroups = this.shouldDisplayPropertyGroups(this.selectedLayer);329 this.selectedLayer = transformer.getOriginalFlickerItem(this.entry, selectedTree.stableId);334 private shouldDisplayPropertyGroups(selectedLayer: Layer): boolean {337 const isRoot = selectedLayer === this.entry;
32 selectedLayer: Layer = {}; property in UiData