mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
967 B
967 B
Home > puppeteer > Protocol > LayerTree > CompositingReasonsResponse
Protocol.LayerTree.CompositingReasonsResponse interface
Signature:
export interface CompositingReasonsResponse
Properties
Property | Type | Description |
---|---|---|
compositingReasonIds | string[] | A list of strings specifying reason IDs for the given layer to become composited. |
compositingReasons | string[] | A list of strings specifying reasons for the given layer to become composited. |