Skip to main content

Module plugin

Module plugin 

Source
Expand description

Tauri 2.x plugin builder

Constants§

PLUGIN_NAME
The plugin identifier used for Tauri 2 ACL resolution and IPC routing.

Functions§

builder
Create a BootBuilder for configuring an async boot phase before the app renders.
init
Create a Tauri 2.x plugin that exposes AllFrame handlers via IPC.
init_with_state
Create a Tauri 2.x plugin with shared state for dependency injection.