(tableId: Id, rowId: Id, partialRow: Row)
| 551 | |
| 552 | /// Store.setPartialRow |
| 553 | setPartialRow(tableId: Id, rowId: Id, partialRow: Row): this; |
| 554 | |
| 555 | /// Store.setCell |
| 556 | setCell(tableId: Id, rowId: Id, cellId: Id, cell: Cell | MapCell): this; |
nothing calls this directly
no outgoing calls
no test coverage detected