Searched refs:otherRowNames (Results 1 – 1 of 1) sorted by relevance
50 private otherRowNames: Array<SceneNode> = []; property in TraceRowConfig73 this.otherRowNames = [];95 this.otherRowNames = [];101 this.otherRowNames.push({550 this.otherRowNames = [];553 this.otherRowNames.push({646 … let rowNumber = this.otherRowNames.findIndex((row) => row.nodeName === chartStruct.nodeName);648 this.otherRowNames.splice(rowNumber, 1);783 for (let index = 0; index < this.otherRowNames!.length; index++) {788 nodeName: this.otherRowNames![index].nodeName,[all …]