mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
790 B
790 B
Home > puppeteer > Protocol > DOMSnapshot > ComputedStyle
Protocol.DOMSnapshot.ComputedStyle interface
A subset of the full ComputedStyle as defined by the request whitelist.
Signature:
export interface ComputedStyle
Properties
Property | Type | Description |
---|---|---|
properties | NameValue[] | Name/value pairs of computed style properties. |