20 lines
967 B
Markdown
20 lines
967 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [CompositingReasonsResponse](./puppeteer.protocol.layertree.compositingreasonsresponse.md)
|
||
|
|
||
|
## Protocol.LayerTree.CompositingReasonsResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CompositingReasonsResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [compositingReasonIds](./puppeteer.protocol.layertree.compositingreasonsresponse.compositingreasonids.md) | string\[\] | A list of strings specifying reason IDs for the given layer to become composited. |
|
||
|
| [compositingReasons](./puppeteer.protocol.layertree.compositingreasonsresponse.compositingreasons.md) | string\[\] | A list of strings specifying reasons for the given layer to become composited. |
|
||
|
|