[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. Signature: ```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 |