We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tree.item_collapsed
1 parent 45509c2 commit e413171Copy full SHA for e413171
doc/classes/Tree.xml
@@ -431,7 +431,8 @@
431
<signal name="item_collapsed">
432
<param index="0" name="item" type="TreeItem" />
433
<description>
434
- Emitted when an item is collapsed by a click on the folding arrow.
+ Emitted when an item is expanded or collapsed by clicking on the folding arrow or through code.
435
+ [b]Note:[/b] Despite its name, this signal is also emitted when an item is expanded.
436
</description>
437
</signal>
438
<signal name="item_edited">
0 commit comments