chore: format docs (#8629)

This commit is contained in:
jrandolf
2022-07-05 15:41:43 +02:00
committed by GitHub
parent 9e596d0761
commit b5a345b06b
726 changed files with 17463 additions and 15301 deletions

View File

@@ -1,21 +1,20 @@
---
sidebar_label: ClickOptions
---
# ClickOptions interface
**Signature:**
```typescript
export interface ClickOptions
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [button?](./puppeteer.clickoptions.button.md) | | [MouseButton](./puppeteer.mousebutton.md) | <i>(Optional)</i> |
| [clickCount?](./puppeteer.clickoptions.clickcount.md) | | number | <i>(Optional)</i> |
| [delay?](./puppeteer.clickoptions.delay.md) | | number | <i>(Optional)</i> Time to wait between <code>mousedown</code> and <code>mouseup</code> in milliseconds. |
| [offset?](./puppeteer.clickoptions.offset.md) | | [Offset](./puppeteer.offset.md) | <i>(Optional)</i> Offset for the clickable point relative to the top-left corder of the border box. |
---
sidebar_label: ClickOptions
---
# ClickOptions interface
**Signature:**
```typescript
export interface ClickOptions
```
## Properties
| Property | Modifiers | Type | Description |
| ----------------------------------------------------- | --------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| [button?](./puppeteer.clickoptions.button.md) | | [MouseButton](./puppeteer.mousebutton.md) | <i>(Optional)</i> |
| [clickCount?](./puppeteer.clickoptions.clickcount.md) | | number | <i>(Optional)</i> |
| [delay?](./puppeteer.clickoptions.delay.md) | | number | <i>(Optional)</i> Time to wait between <code>mousedown</code> and <code>mouseup</code> in milliseconds. |
| [offset?](./puppeteer.clickoptions.offset.md) | | [Offset](./puppeteer.offset.md) | <i>(Optional)</i> Offset for the clickable point relative to the top-left corder of the border box. |