Crate tauri_plugin_zubridge

Source

Structs§

ZubridgeAction
An action to be dispatched to the state manager.
ZubridgeOptions
Options for the Zubridge plugin.

Enums§

Error
JsonValue
Represents any valid JSON value.

Constants§

DISPATCH_ACTION_COMMAND
GET_INITIAL_STATE_COMMAND
STATE_UPDATE_EVENT

Traits§

StateManager
A trait that manages state for the app.
ZubridgeExt
Extensions to tauri::App, tauri::AppHandle and tauri::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.

Type Aliases§

Result