pytauri_plugins
¶
This module provides pytauri/tauri plugins.
Currently, it is distributed as part of the pytauri package on PyPI.
Therefore, running pip install pytauri will also install this module.
Modules:
| Name | Description |
|---|---|
dialog |
|
notification |
Attributes:
| Name | Type | Description |
|---|---|---|
PLUGIN_NOTIFICATION |
Final[bool]
|
Whether the |
PLUGIN_DIALOG |
Final[bool]
|
Whether the |
PLUGIN_NOTIFICATION
module-attribute
¶
Whether the plugin-notification feature is enabled.