Module ext_mod

Source
Expand description

See also: tauri

You can access this module in Python via pytuari.EXT_MOD.pytuari.

Modules§

image
see also: tauri::image
ipc
see also: tauri::ipc
menu
see also: tauri::menu
path
see also: tauri::path
tray
see also: tauri::tray
webview
see also: tauri::webview
window
see also: tauri::window

Structs§

App
AppHandle
You can get the global singleton Py<AppHandle> using PyAppHandleExt.
CloseRequestApi
See also: tauri::CloseRequestApi
Context
see also: tauri::Context
Emitter
See also: tauri::Emitter.
Event
See also: tauri::Event.
ExitRequestApi
See also: tauri::ExitRequestApi
Listener
See also: tauri::Listener.
Manager
See also: tauri::Manager.
PyAppHandleStateError
This error indicates that the app was not initialized using crate::ext_mod::App::try_build, i.e. it was not created by pytauri.
Rect
see also: tauri::Rect
Url
See also: tauri::Url

Enums§

DragDropEvent
See also: tauri::DragDropEvent
EventTarget
See also: tauri::EventTarget.
ImplManager
The Implementers of tauri::Manager.
Position
See also: tauri::Position
RunEvent
See also: tauri::RunEvent
Size
see also: tauri::Size
Theme
see also: tauri::Theme
WebviewEvent
See also: tauri::WebviewEvent
WindowEvent
See also: tauri::WindowEvent

Constants§

IS_DEV
RESTART_EXIT_CODE
VERSION

Traits§

PyAppHandleExt
You can use this trait to get the global singleton Py<AppHandle>.

Functions§

webview_version
See also: tauri::webview_version

Type Aliases§

EventId
See also: tauri::EventId. Unique id of an event.
ImplEmitter
The Implementers of tauri::Emitter.
ImplListener
The Implementers of tauri::Listener.
PyAppHandleStateResult