Properties
badge
badge: HTMLElement = templateElement('span', '')
image
image: HTMLElement = templateElement('span', 'image')
indent
indent: HTMLElement = templateElement('span', 'indent', 'none')
node
node: HTMLElement = templateElement('li', 'list-group-item', 'treeitem')
text
text: HTMLElement = templateElement('span', 'text')
tree
tree: HTMLElement = templateElement('ul', 'list-group', 'tree')
This class gives template elements for the tree view.