Expand description
See also: tauri-apps/plugins-workspace
You can access this module in Python via pytuari.EXT_MOD.pytauri_plugins
.
Modules§
- autostart
plugin-autostart
- See also: tauri_plugin_autostart
- clipboard_
manager plugin-clipboard-manager
- See also: tauri_plugin_clipboard_manager
- deep_
link plugin-deep-link
- See also: tauri_plugin_deep_link
- dialog
plugin-dialog
- See also: tauri_plugin_dialog
- fs
plugin-fs
- See also: tauri_plugin_fs
- global_
shortcut plugin-global-shortcut
- See also: tauri_plugin_global_shortcut
- http
plugin-http
- See also: tauri_plugin_http
- notification
plugin-notification
- See also: tauri_plugin_notification
- opener
plugin-opener
- See also: tauri_plugin_opener
- os
plugin-os
- See also: tauri_plugin_os
- persisted_
scope plugin-persisted-scope
- See also: tauri_plugin_persisted_scope
- positioner
plugin-positioner
- See also: tauri_plugin_positioner
- process
plugin-process
- See also: tauri_plugin_process
- shell
plugin-shell
- See also: tauri_plugin_shell
- single_
instance plugin-single-instance
- See also: tauri_plugin_single_instance
- updater
plugin-updater
- See also: tauri_plugin_updater
- upload
plugin-upload
- See also: tauri_plugin_upload
- websocket
plugin-websocket
- See also: tauri_plugin_websocket
- window_
state plugin-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.