--- title: closedIcon name: options-closedicon --- A character or symbol to display on closed nodes. The default is '►' (►) {% highlight js %} $('#tree1').tree({ closedIcon: '+' }); {% endhighlight %}