updateView

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

targetEditor

The associated AvailEditor that this StructureView shows ModuleManifestEntrys for.

entries

The list of ModuleManifestEntrys to display.

sortBy

The sorting method by which the ModuleManifestEntrys should be sorted and displayed.