Extension of li-element that represents an object in a CustomTreeList with a checkbox and an HTMLElement as content. Additionally, may hold an instance of CustomTreeList as branch to display children of the corresponding object.

Type Parameters

  • T

Hierarchy

  • HTMLLIElement
    • CustomTreeItem

Constructors

Properties

classes: CSS_CLASS[] = []
controller: CustomTreeController<T>
data: T = null

Accessors

Methods