Searched refs:isRowClick (Results 1 – 9 of 9) sorted by relevance
95 if (fsCallTreeSelection === this.currentSelection && !this.currentSelection?.isRowClick) {121 …s._fsRowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowClick) {
96 if (callTreeSelection === this.currentSelection && !this.currentSelection?.isRowClick) {123 …his._rowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowClick) {
208 this.vmCurrentSelection!.isRowClick = true;
212 this.currentSelection!.isRowClick = true;
194 this.fsCurrentSelection!.isRowClick = true;
94 if (perfProfilerSelection === this.currentSelection && !this.currentSelection?.isRowClick) {121 …his._rowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowClick) {
133 this.currentSelection.isRowClick = true;
909 this.selection.isRowClick = false;
54 isRowClick: boolean = false; property in SelectionParam