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

838 B

Home > puppeteer > Protocol > CSS > ShorthandEntry

Protocol.CSS.ShorthandEntry interface

Signature:

export interface ShorthandEntry 

Properties

Property Type Description
important boolean Whether the property has "!important" annotation (implies false if absent).
name string Shorthand name.
value string Shorthand value.