Item Type
Constructors
| Constructor |
Description
|
Full Usage:
Item(file, icon, ?files)
Parameters:
string
-
The path to the file being dragged.
icon : U2<NativeImage, string>
-
The image must be non-empty on macOS.
?files : string[]
-
The paths to the files being dragged. (files will override file field)
Returns: Item
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.file
|
The path to the file being dragged. |
Full Usage:
this.files
|
The paths to the files being dragged. (files will override file field) |
Full Usage:
this.icon
|
The image must be non-empty on macOS. |
fable-electron-docs-api