---
sidebar_label: BoxModel.content
# BoxModel.content property
#### Signature:
```typescript
interface BoxModel {
content: Point[];
}
```