Module ext_mod

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
plugin
See also: tauri::plugin
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.
LogicalRect
See also: tauri::LogicalRect
Manager
See also: tauri::Manager.
PhysicalRect
See also: tauri::PhysicalRect
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§

CursorIcon
See also: tauri::CursorIcon
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
UserAttentionType
See also: tauri::UserAttentionType
WebviewEvent
See also: tauri::WebviewEvent
WebviewUrl
See also: tauri::WebviewUrl
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