@sqlrooms/cells / isTextCell
Function: isTextCell()
isTextCell(
cell):cell is { id: string; type: "text"; data: { title: string; text: string } }
Parameters
| Parameter | Type |
|---|---|
cell | Cell |
Returns
cell is { id: string; type: "text"; data: { title: string; text: string } }
