| 22 | // ============================================================================ |
| 23 | |
| 24 | export interface SelectionCoordinates { |
| 25 | startCol: number; |
| 26 | startRow: number; |
| 27 | endCol: number; |
| 28 | endRow: number; |
| 29 | } |
| 30 | |
| 31 | // ============================================================================ |
| 32 | // SelectionManager Class |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…