[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [ShorthandEntry](./puppeteer.protocol.css.shorthandentry.md) ## Protocol.CSS.ShorthandEntry interface Signature: ```typescript export interface ShorthandEntry ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [important](./puppeteer.protocol.css.shorthandentry.important.md) | boolean | Whether the property has "!important" annotation (implies false if absent). | | [name](./puppeteer.protocol.css.shorthandentry.name.md) | string | Shorthand name. | | [value](./puppeteer.protocol.css.shorthandentry.value.md) | string | Shorthand value. |