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

554 B

Home > puppeteer > Protocol > CSS > ShorthandEntry > important

Protocol.CSS.ShorthandEntry.important property

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

Signature:

important?: boolean;