puppeteer/new-docs/puppeteer.protocol.css.shorthandentry.md

21 lines
838 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [ShorthandEntry](./puppeteer.protocol.css.shorthandentry.md)
## Protocol.CSS.ShorthandEntry interface
<b>Signature:</b>
```typescript
export interface ShorthandEntry
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [important](./puppeteer.protocol.css.shorthandentry.important.md) | boolean | Whether the property has "!important" annotation (implies <code>false</code> if absent). |
| [name](./puppeteer.protocol.css.shorthandentry.name.md) | string | Shorthand name. |
| [value](./puppeteer.protocol.css.shorthandentry.value.md) | string | Shorthand value. |