mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
807 B
Markdown
20 lines
807 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [InstallabilityErrorArgument](./puppeteer.protocol.page.installabilityerrorargument.md)
|
||
|
|
||
|
## Protocol.Page.InstallabilityErrorArgument interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface InstallabilityErrorArgument
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [name](./puppeteer.protocol.page.installabilityerrorargument.name.md) | string | Argument name (e.g. name:'minimum-icon-size-in-pixels'). |
|
||
|
| [value](./puppeteer.protocol.page.installabilityerrorargument.value.md) | string | Argument value (e.g. value:'64'). |
|
||
|
|