--- title: openedIcon name: options-openedicon --- A character or symbol to display on opened nodes. The default is '▼' (▼) {% highlight js %} $('#tree1').tree({ openedIcon: '-' }); {% endhighlight %}