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-autostartfeature is enabled. - PLUGIN_
CLIPBOARD_ MANAGER - Whether the
plugin-clipboard-managerfeature is enabled. - PLUGIN_
DEEP_ LINK - Whether the
plugin-deep-linkfeature is enabled. - PLUGIN_
DIALOG - Whether the
plugin-dialogfeature is enabled. - PLUGIN_
FS - Whether the
plugin-fsfeature is enabled. - PLUGIN_
GLOBAL_ SHORTCUT - Whether the
plugin-global-shortcutfeature is enabled. - PLUGIN_
HTTP - Whether the
plugin-httpfeature is enabled. - PLUGIN_
NOTIFICATION - Whether the
plugin-notificationfeature is enabled. - PLUGIN_
OPENER - Whether the
plugin-openerfeature is enabled. - PLUGIN_
OS - Whether the
plugin-osfeature is enabled. - PLUGIN_
PERSISTED_ SCOPE - Whether the
plugin-persisted-scopefeature is enabled. - PLUGIN_
POSITIONER - Whether the
plugin-positionerfeature is enabled. - PLUGIN_
PROCESS - Whether the
plugin-processfeature is enabled. - PLUGIN_
SHELL - Whether the
plugin-shellfeature is enabled. - PLUGIN_
SINGLE_ INSTANCE - Whether the
plugin-single-instancefeature is enabled. - PLUGIN_
UPDATER - Whether the
plugin-updaterfeature is enabled. - PLUGIN_
UPLOAD - Whether the
plugin-uploadfeature is enabled. - PLUGIN_
WEBSOCKET - Whether the
plugin-websocketfeature is enabled. - PLUGIN_
WINDOW_ STATE - Whether the
plugin-window-statefeature is enabled.