Skip to main content

OnTreeViewSelectionChanged

pub async fn OnTreeViewSelectionChanged(
    _ApplicationHandle: AppHandle<Wry>,
    _State: State<'_, Arc<ApplicationState>>,
    _ViewId: String,
    _SelectedHandles: Vec<String>,
) -> Result<Value, String>