update View
fun updateView(targetEditor: AvailEditor? = editor, entries: List<AvailEditor.ManifestEntryInDocument> = manifestEntriesInDocument.toList(), sortBy: StructureView.SortBy = lastSortBy, excludeSet: Set<SideEffectKind> = filterExcludeSet.toSet(), then: () -> Unit = {})
Update the structureViewTree.
Parameters
target Editor
The associated AvailEditor that this StructureView shows ModuleManifestEntrys for.
entries
The list of ModuleManifestEntrys to display.
sort By
The sorting method by which the ModuleManifestEntrys should be sorted and displayed.