pub async fn RevealTreeViewItem(
ApplicationHandle: AppHandle<Wry>,
_State: State<'_, Arc<ApplicationState>>,
ViewId: String,
ItemHandle: String,
Options: Option<Value>,
) -> Result<Value, String>Expand description
Reveals a specific tree item.