pub(super) async fn set_tree_view_title(
env: &MountainEnvironment,
view_identifier: String,
title: Option<String>,
description: Option<String>,
) -> Result<(), CommonError>Expand description
Updates the tree view’s title and description.