docs: webContents.startDrag(item)
authorCheng Zhao <zcbenz@gmail.com>
Sun, 3 Jul 2016 06:10:59 +0000 (15:10 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Sun, 3 Jul 2016 06:10:59 +0000 (15:10 +0900)
docs/api/web-contents.md

index 913504c..c3d1751 100644 (file)
@@ -943,6 +943,16 @@ defaults to `false`.
 
 End subscribing for frame presentation events.
 
+### `webContents.startDrag(item)`
+
+* `item` object
+  * `file` String
+  * `icon` [NativeImage](native-image.md)
+
+Sets the `item` as dragging item for current drag-drop operation, `file` is the
+absolute path of the file to be dragged, and `icon` is the image showing under
+the cursor when dragging.
+
 ### `webContents.savePage(fullPath, saveType, callback)`
 
 * `fullPath` String - The full file path.