Searched refs:selectionList (Results 1 – 3 of 3) sorted by relevance
139 public selectionList: Array<SelectionParam> = []; property in TimerShaftElement204 this.selectionList.length = 0;478 let selection = this.selectionList[this.selectionList.length - 1];
158 …this.timerShaftEL?.selectionList.splice(this.timerShaftEL?.selectionList.indexOf(selectionParam), …508 …this.timerShaftEL?.selectionList.splice(this.timerShaftEL?.selectionList.indexOf(selectionParam), …
469 sp.timerShaftEL!.selectionList.push(selection); // 保持选中对象,为后面的再次选中该框选区域做准备。