Searched refs:flagListIdx (Results 1 – 4 of 4) sorted by relevance
22 private flagListIdx: number | null = null; property in TabPaneFlag26 if (this.flagListIdx != null) {37 if (this.flagListIdx != null) {48 if (this.flagListIdx != null) {56 this.flagListIdx = idx;
25 public flagListIdx: number | null = null property in SportRuler50 console.log(this.flagListIdx);52 if (flag.text && this.flagListIdx !== null) {53 this.flagList[this.flagListIdx].text = flag.text55 if (flag.color && this.flagListIdx !== null) {56 this.flagList[this.flagListIdx].color = flag.color59 if (this.flagListIdx !== null) {60 this.flagList.splice(this.flagListIdx, 1)184 this.flagListIdx = idx;
129 public flagListIdx: number | null = null135 if (flag.text && this.flagListIdx !== null) {136 this.flagList[this.flagListIdx].text = flag.text138 if (flag.color && this.flagListIdx !== null) {139 this.flagList[this.flagListIdx].color = flag.color142 if (this.flagListIdx !== null) {143 this.flagList.splice(this.flagListIdx, 1)245 this.flagListIdx = idx;
78 sportRuler.flagListIdx = jest.fn(()=>"flagListIdx")