puppeteer/new-docs/puppeteer.protocol.css.cssproperty.md
2020-07-13 14:01:35 +01:00

1.6 KiB

Home > puppeteer > Protocol > CSS > CSSProperty

Protocol.CSS.CSSProperty interface

CSS property declaration data.

Signature:

export interface CSSProperty 

Properties

Property Type Description
disabled boolean Whether the property is disabled by the user (present for source-based properties only).
implicit boolean Whether the property is implicit (implies false if absent).
important boolean Whether the property has "!important" annotation (implies false if absent).
name string The property name.
parsedOk boolean Whether the property is understood by the browser (implies true if absent).
range SourceRange The entire property range in the enclosing style declaration (if available).
text string The full property text as specified in the style.
value string The property value.