puppeteer/website/versioned_docs/version-19.4.0/api/puppeteer.boundingbox.md

21 lines
671 B
Markdown
Raw Normal View History

---
sidebar_label: BoundingBox
---
# BoundingBox interface
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
export interface BoundingBox extends Point
```
**Extends:** [Point](./puppeteer.point.md)
## Properties
2022-10-24 14:31:12 +00:00
| Property | Modifiers | Type | Description | Default |
| ------------------------------------------- | --------- | ------ | ------------------------------------ | ------- |
| [height](./puppeteer.boundingbox.height.md) | | number | the height of the element in pixels. | |
| [width](./puppeteer.boundingbox.width.md) | | number | the width of the element in pixels. | |