Searched refs:parentRowEl (Results 1 – 4 of 4) sorted by relevance
198 if (!upParentRow.parentRowEl) {201 upParentRow = upParentRow.parentRowEl;308 if (favoriteRow.parentRowEl) {309 favoriteRow.parentRowEl.expansion = false;310 let favoriteList = [...favoriteRow.parentRowEl!.templateType];743 if (subsystemFavorite.parentRowEl) {744 subsystemFavorite.parentRowEl.expansion = false;745 favoriteName = subsystemFavorite.parentRowEl!.name;
186 parentRowEl: TraceRow<any> | undefined; property in TraceRow282 return this.parentRowEl !== undefined;517 let parentRow = currentRowEl.parentRowEl;522 if (parentRow.parentRowEl !== undefined) {546 child.parentRowEl = this;556 child.parentRowEl = this;573 child.parentRowEl = this;589 child.parentRowEl = this;
273 let parent = row.parentRowEl;537 .filter((vr) => !vr.folder && vr.parentRowEl && vr.parentRowEl.expansion)538 .forEach((vr) => (vr.parentRowEl!.sticky = true));
908 if (currentRow.parentRowEl?.folder && currentRow.parentRowEl?.childrenList) {909 const parent = currentRow.parentRowEl;1888 if ('task' === value[0].business && value[0].rowEL.parentRowEl?.rowId === it.rowId) {