Tree.Node
extension that adds baked in support for labels like you might see
in a treeview or menu.
Security note: The label is stored in raw, unescaped form. If you choose to
render the label as HTML, be sure to escape it first with Y.Escape.html()
unless you actually intend to render raw HTML contained in the label.
label
Defined in
tree/js/extensions/tree-node-labelable.js:31
Label for this node.
Security note: The label is stored in raw, unescaped form. If you choose
to render the label as HTML, be sure to escape it first with
Y.Escape.html()
unless you actually intend to render raw HTML contained in
the label.
Default: ''