pub(super) async fn persist_tree_view_state(
env: &MountainEnvironment,
view_identifier: String,
) -> Result<Value, CommonError>Expand description
Persists the current state of a tree view. Saves the expansion, selection, and other state for later restoration.