(tableId: Id, rowId: Id)
| 593 | |
| 594 | /// Store.delRow |
| 595 | delRow(tableId: Id, rowId: Id): this; |
| 596 | |
| 597 | /// Store.delCell |
| 598 | delCell(tableId: Id, rowId: Id, cellId: Id, forceDel?: boolean): this; |
nothing calls this directly
no outgoing calls
no test coverage detected