pub async fn RefreshTreeView( ApplicationHandle: AppHandle<Wry>, _State: State<'_, Arc<ApplicationState>>, ViewId: String, ItemsToRefresh: Option<Vec<String>>, ) -> Result<Value, String>
Refreshes a tree view.