14 lines
617 B
Markdown
14 lines
617 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) > [CompositingReasonsRequest](./puppeteer.protocol.layertree.compositingreasonsrequest.md) > [layerId](./puppeteer.protocol.layertree.compositingreasonsrequest.layerid.md)
|
|
|
|
## Protocol.LayerTree.CompositingReasonsRequest.layerId property
|
|
|
|
The id of the layer for which we want to get the reasons it was composited.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
layerId: LayerId;
|
|
```
|