跳至主要内容
版本:22.5.0

ElementHandle.dragEnter() 方法

警告:此 API 现已过时。

请勿使用。dragenter 将在拖动过程中自动执行。

签名:

class ElementHandle {
dragEnter(
this: ElementHandle<Element>,
data?: Protocol.Input.DragData
): Promise<void>;
}

参数

参数类型描述
thisElementHandle<Element>
dataProtocol.Input.DragData(可选)

返回值

Promise<void>