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

542 B

Home > puppeteer > Protocol > CSS > CSSProperty > important

Protocol.CSS.CSSProperty.important property

Whether the property has "!important" annotation (implies false if absent).

Signature:

important?: boolean;