> For the complete documentation index, see [llms.txt](https://docs.grid.glideapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.grid.glideapps.com/api/cells/protectedcell.md).

# ProtectedCell

Protected cells are for rendering content that is obscured from the user. They have no additional properties.

```typescript
export interface ProtectedCell extends BaseGridCell {
    readonly kind: GridCellKind.Protected;
}
```
