26 lines
635 B
Markdown
26 lines
635 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Mouse](./puppeteer.mouse.md) > [dragEnter](./puppeteer.mouse.dragenter.md)
|
||
|
|
||
|
## Mouse.dragEnter() method
|
||
|
|
||
|
Dispatches a `dragenter` event.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
dragEnter(target: Point, data: Protocol.Input.DragData): Promise<void>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| target | [Point](./puppeteer.point.md) | point for emitting <code>dragenter</code> event |
|
||
|
| data | Protocol.Input.DragData | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<void>
|
||
|
|