Searched refs:isShowRow (Results 1 – 1 of 1) sorted by relevance
272 let isShowRow: boolean = false;279 isShowRow = templateTypeList.some((type) => this.selectTypeList!.includes(type));281 if (isShowRow) {286 this.refreshChildRow(traceRow.childrenList, isShowRow);303 let isShowRow: boolean = false;311 isShowRow = favoriteList.some((type) => this.selectTypeList!.includes(type));314 isShowRow = typeList.some((type) => this.selectTypeList!.includes(type));316 if (isShowRow) {737 let isShowRow: boolean = false; variable748 isShowRow = true;[all …]