Extension of ul-element that keeps a list of TreeItems to represent a branch in a tree

Type Parameters

  • T

Hierarchy (view full)

  • HTMLUListElement

Constructors

Properties

controller: TreeController<T>

Methods

  • Expands the tree along the given paths to show the objects the paths include.

    Parameters

    • _paths: T[][]

    Returns void

  • Restructures the list to sync with the given list. TreeItems referencing the same object remain in the list, new items get added in the order of appearance, obsolete ones are deleted.

    Parameters

    Returns void

  • Expands the tree along the given path to show the objects the path includes.

    Parameters

    • _path: T[]

    Returns void