pub async fn OnTreeViewSelectionChanged(
_ApplicationHandle: AppHandle<Wry>,
_State: State<'_, Arc<ApplicationState>>,
_ViewId: String,
_SelectedHandles: Vec<String>,
) -> Result<Value, String>Expand description
Handles tree selection changes.
TODO: Implement OnTreeSelectionChanged method in the TreeViewProvider trait. This notifies the provider when the user selects or deselects tree items, enabling context-specific actions or detail view updates. The provider should respond to selection changes to update UI state or perform operations.