tauri/.changes/api-Resource.md
Amr Bashir 428ea6524c
feat(api): expose Resource class (#8370)
* feat(api): expose `Resource` class

continuation of https://github.com/tauri-apps/tauri/pull/8276

* Apply suggestions from code review

* fmt

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-12-18 18:16:21 -03:00

6 lines
168 B
Markdown

---
'@tauri-apps/api': 'patch:feat'
---
Exposed `Resource` class which should be extended for Rust-backed resources created through `tauri::Manager::resources_table`.