Module pytauri_plugins

Module pytauri_plugins 

Source
Expand description

See also: tauri-apps/plugins-workspace

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

Modules§

autostartplugin-autostart
See also: tauri_plugin_autostart
clipboard_managerplugin-clipboard-manager
See also: tauri_plugin_clipboard_manager
deep_linkplugin-deep-link
See also: tauri_plugin_deep_link
dialogplugin-dialog
See also: tauri_plugin_dialog
fsplugin-fs
See also: tauri_plugin_fs
global_shortcutplugin-global-shortcut
See also: tauri_plugin_global_shortcut
httpplugin-http
See also: tauri_plugin_http
notificationplugin-notification
See also: tauri_plugin_notification
openerplugin-opener
See also: tauri_plugin_opener
osplugin-os
See also: tauri_plugin_os
persisted_scopeplugin-persisted-scope
See also: tauri_plugin_persisted_scope
positionerplugin-positioner
See also: tauri_plugin_positioner
processplugin-process
See also: tauri_plugin_process
shellplugin-shell
See also: tauri_plugin_shell
single_instanceplugin-single-instance
See also: tauri_plugin_single_instance
updaterplugin-updater
See also: tauri_plugin_updater
uploadplugin-upload
See also: tauri_plugin_upload
websocketplugin-websocket
See also: tauri_plugin_websocket
window_stateplugin-window-state
See also: tauri_plugin_window_state

Constants§

PLUGIN_AUTOSTART
Whether the plugin-autostart feature is enabled.
PLUGIN_CLIPBOARD_MANAGER
Whether the plugin-clipboard-manager feature is enabled.
PLUGIN_DEEP_LINK
Whether the plugin-deep-link feature is enabled.
PLUGIN_DIALOG
Whether the plugin-dialog feature is enabled.
PLUGIN_FS
Whether the plugin-fs feature is enabled.
PLUGIN_GLOBAL_SHORTCUT
Whether the plugin-global-shortcut feature is enabled.
PLUGIN_HTTP
Whether the plugin-http feature is enabled.
PLUGIN_NOTIFICATION
Whether the plugin-notification feature is enabled.
PLUGIN_OPENER
Whether the plugin-opener feature is enabled.
PLUGIN_OS
Whether the plugin-os feature is enabled.
PLUGIN_PERSISTED_SCOPE
Whether the plugin-persisted-scope feature is enabled.
PLUGIN_POSITIONER
Whether the plugin-positioner feature is enabled.
PLUGIN_PROCESS
Whether the plugin-process feature is enabled.
PLUGIN_SHELL
Whether the plugin-shell feature is enabled.
PLUGIN_SINGLE_INSTANCE
Whether the plugin-single-instance feature is enabled.
PLUGIN_UPDATER
Whether the plugin-updater feature is enabled.
PLUGIN_UPLOAD
Whether the plugin-upload feature is enabled.
PLUGIN_WEBSOCKET
Whether the plugin-websocket feature is enabled.
PLUGIN_WINDOW_STATE
Whether the plugin-window-state feature is enabled.