TreeItem
directive
A selectable and expandable Tree Item in a Tree.
element
anyThe host native element.
value
anyThe value of the tree item.
parent
anyThe parent tree root or tree item group.
disabled
anyWhether the tree item is disabled.
selectable
anyWhether the tree item is selectable.
label
anyOptional label for typeahead. Defaults to the element's textContent.
searchTerm
anySearch term for typeahead.
ngOnInit
void@returns
voidngOnDestroy
void@returns
voidregister
void@returns
voidunregister
void@returns
voidJump to details