mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
22
new-docs/puppeteer.protocol.dom.shapeoutsideinfo.md
Normal file
22
new-docs/puppeteer.protocol.dom.shapeoutsideinfo.md
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- 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 |
|
||||
|
||||
Reference in New Issue
Block a user