Searched refs:_treeData (Results 1 – 1 of 1) sorted by relevance
32 private _treeData: Array<TreeItemData> = []; property in LitTree46 this._treeData = value;94 setProxy(this._treeData);95 this.proxyData = new Proxy(this._treeData, handler);397 this.removeDataNode(this._treeData, srcData);398 this.addDataNode(this._treeData, srcData, dstData!.key, this.dragDirection!);402 treeData: this._treeData,