← Back to Input domain

Input.cancelDragging

Cancels any active dragging in the page.

Domain: Input stable

Example Request

{
  "id": 1,
  "method": "Input.cancelDragging"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Input.cancelDragging');
console.log(result);