Expand description
The module provides the types for state management in Tauri.
In Tauri, different states are distinguished by their unique types, thus we always use structs to mark the states.
Structsยง
- CanvasClickThrough ๐Canvas click-through state information.
- The type for the state of whether the canvas can be clicked through.
- The type for the state of the widget base directory.
- The type for the state of the collection of widget configurations.