14 lines
669 B
Markdown
14 lines
669 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) > [compositingReasons](./puppeteer.protocol.layertree.compositingreasonsresponse.compositingreasons.md)
|
||
|
|
||
|
## Protocol.LayerTree.CompositingReasonsResponse.compositingReasons property
|
||
|
|
||
|
A list of strings specifying reasons for the given layer to become composited.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
compositingReasons: string[];
|
||
|
```
|