Structs§
- Zubridge
Action - An action to be dispatched to the state manager.
- Zubridge
Options - Options for the Zubridge plugin.
Enums§
Constants§
Traits§
- State
Manager - A trait that manages state for the app.
- Zubridge
Ext - Extensions to
tauri::App
,tauri::AppHandle
andtauri::Window
to access the zubridge APIs.
Functions§
- init
- Initializes the plugin without a state manager. You’ll need to register a state manager manually using the ZubridgeExt API.
- plugin
- Creates the Zubridge plugin with the provided state manager and options. The plugin manages the state and emits events on updates.
- plugin_
default - Creates the Zubridge plugin with the provided state manager and default options.