(path: &str)
| 1565 | file_filter: String, |
| 1566 | file_scope: String, |
| 1567 | file_expanded_paths: Vec<String>, |
| 1568 | file_dirs_with_children: std::collections::HashSet<String>, |
| 1569 | file_title: String, |
| 1570 | active_asset_path: String, |
| 1571 | scene_paths: Vec<String>, |
| 1572 | open_paths: Vec<String>, |
| 1573 | dirty_scene_paths: Vec<String>, |
| 1574 | active_open: usize, |
| 1575 | nodes: Vec<String>, |
| 1576 | node_icons: Vec<String>, |
| 1577 | scene_disclosures: Vec<RowIndicator>, |
| 1578 | scene_depths: Vec<usize>, |