Tauri Core API - v2.6.0
Tauri Docs
GitHub
Preparing search index...
webview
DragDropEvent
Type Alias DragDropEvent
DragDropEvent
:
|
{
type
:
"enter"
;
paths
:
string
[]
;
position
:
dpi
.
PhysicalPosition
}
|
{
type
:
"over"
;
position
:
dpi
.
PhysicalPosition
}
|
{
type
:
"drop"
;
paths
:
string
[]
;
position
:
dpi
.
PhysicalPosition
}
|
{
type
:
"leave"
}
The drag and drop event types.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tauri Docs
GitHub
Tauri Core API - v2.6.0
Loading...
The drag and drop event types.