Searched refs:templateType (Results 1 – 2 of 2) sorted by relevance
103 scene: [...traceRow.templateType],107 scene: [...traceRow.templateType],111 if (traceRow.templateType.size > 0) {112 traceRow.templateType.forEach((type) => {177 let templateType = '';178 if (row.templateType.size > 0) {179 templateType = [...row.templateType].reduce((pre, cur) => `${pre}:${cur}`);191 optionCheckBox.title = templateType;278 let templateTypeList = [...traceRow.templateType];282 if (traceRow.templateType.size > 0) {[all …]
170 public templateType: Set<string> = new Set<string>(); property in TraceRow509 this.templateType.add(item);519 currentRowEl.templateType.forEach((item) => {520 parentRow!.templateType.add(item);