Skip to main content

__test_drag_leave

Function __test_drag_leave 

Source
pub fn __test_drag_leave(app: AppHandle) -> Result<(), String>
Expand description

Test-only entry point: synthesize a DragDropEvent::Leave. Pair with __test_drag_enter.

ยงErrors

Returns the underlying [tauri::Error] message if the event emit fails.