()
| 113 | Grid: ?React.ElementRef<typeof Grid>; |
| 114 | |
| 115 | forceUpdateGrid() { |
| 116 | if (this.Grid) { |
| 117 | this.Grid.forceUpdate(); |
| 118 | } |
| 119 | } |
| 120 | |
| 121 | /** See Grid#getOffsetForCell */ |
| 122 | getOffsetForRow({alignment, index}: {alignment: Alignment, index: number}) { |