pub(super) async fn restore_tree_view_state(
env: &MountainEnvironment,
view_identifier: String,
state_value: Value,
) -> Result<(), CommonError>Expand description
Restores a previously persisted tree view state. Restores expansion, selection, and other state from a JSON representation.