mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove docusaurus metadata from README.md (#8624)
This commit is contained in:
@@ -1,26 +1,24 @@
|
||||
---
|
||||
sidebar_label: Mouse.dragOver
|
||||
---
|
||||
|
||||
# Mouse.dragOver() method
|
||||
|
||||
Dispatches a `dragover` event.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class Mouse {
|
||||
dragOver(target: Point, data: Protocol.Input.DragData): Promise<void>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ----------------------------- | ---------------------------------------------- |
|
||||
| target | [Point](./puppeteer.point.md) | point for emitting <code>dragover</code> event |
|
||||
| data | Protocol.Input.DragData | drag data containing items and operations mask |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
||||
---
|
||||
sidebar_label: Mouse.dragOver
|
||||
---
|
||||
# Mouse.dragOver() method
|
||||
|
||||
Dispatches a `dragover` event.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class Mouse {dragOver(target: Point, data: Protocol.Input.DragData): Promise<void>;}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| target | [Point](./puppeteer.point.md) | point for emitting <code>dragover</code> event |
|
||||
| data | Protocol.Input.DragData | drag data containing items and operations mask |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user