(payload: CellChangedPayload)
| 172 | } |
| 173 | |
| 174 | public changeCell(payload: CellChangedPayload) { |
| 175 | this.buildSteps.push({ type: 'CELL_CHANGED', payload }); |
| 176 | } |
| 177 | |
| 178 | public removeRows(payload: RemoveRowsPayload) { |
| 179 | this.buildSteps.push({ type: 'REMOVE_ROWS', payload }); |