Optional
Readonly
busyWhether this node is busy. Greater than 0 then busy; otherwise not.
Optional
Readonly
checkboxWhether this node is checked.
Optional
Readonly
descriptionA human-readable description of this tree node.
Optional
Readonly
iconA css string for this tree node icon.
Readonly
idAn unique id of this node.
Optional
Readonly
nameA human-readable name of this tree node.
Optional
Readonly
nextA next sibling of this tree node.
Readonly
parentA parent node of this tree node. Undefined if this node is root.
Optional
Readonly
previousA previous sibling of this tree node.
Optional
Readonly
visibleTest whether this node should be rendered. If undefined then node will be rendered.
TODO Instead of directly operating on the ChatResponseModel we could use an intermediate view model