puppeteer/new-docs/puppeteer.protocol.dom.shapeoutsideinfo.md

23 lines
861 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [ShapeOutsideInfo](./puppeteer.protocol.dom.shapeoutsideinfo.md)
## Protocol.DOM.ShapeOutsideInfo interface
CSS Shape Outside details.
<b>Signature:</b>
```typescript
export interface ShapeOutsideInfo
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [bounds](./puppeteer.protocol.dom.shapeoutsideinfo.bounds.md) | [Quad](./puppeteer.protocol.dom.quad.md) | Shape bounds |
| [marginShape](./puppeteer.protocol.dom.shapeoutsideinfo.marginshape.md) | any\[\] | Margin shape bounds |
| [shape](./puppeteer.protocol.dom.shapeoutsideinfo.shape.md) | any\[\] | Shape coordinate details |