Searched refs:lazyPropertiesRoot (Results 1 – 1 of 1) sorted by relevance
30 private lazyPropertiesRoot: PropertyTreeNode | undefined; property in PropertiesProvider69 !this.lazyPropertiesRoot && this.lazyPropertiesStrategy !== undefined;71 this.lazyPropertiesRoot = this.commonOperations.apply(77 if (this.lazyPropertiesRoot) {78 children.push(...this.lazyPropertiesRoot.getAllChildren());