mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
838 B
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. |