puppeteer/new-docs/puppeteer.protocol.layertree.compositingreasonsrequest.md

19 lines
770 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; [LayerTree](./puppeteer.protocol.layertree.md) &gt; [CompositingReasonsRequest](./puppeteer.protocol.layertree.compositingreasonsrequest.md)
## Protocol.LayerTree.CompositingReasonsRequest interface
<b>Signature:</b>
```typescript
export interface CompositingReasonsRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [layerId](./puppeteer.protocol.layertree.compositingreasonsrequest.layerid.md) | [LayerId](./puppeteer.protocol.layertree.layerid.md) | The id of the layer for which we want to get the reasons it was composited. |