23 lines
861 B
Markdown
23 lines
861 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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 |
|
||
|
|