()
| 52 | } |
| 53 | |
| 54 | public get showRowDirection(): boolean { |
| 55 | return this.rowSwitchStyle === RowSwitchStyles.backAndForth; |
| 56 | } |
| 57 | |
| 58 | public addRow(row: Row): void { |
| 59 | this.rows.push(row); |
nothing calls this directly
no outgoing calls
no test coverage detected