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.
2 parents ff5d738 + e413171 commit 68e38b5Copy full SHA for 68e38b5
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