21 lines
838 B
Markdown
21 lines
838 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<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. |
|
|
|