9
Views
1
Comments
[GTree] Is there a way to check whether nodes in the GTree structure are checked or half-chec
Question
gtree
Reactive icon
Forge asset by Pedro Neto

I’d like to know if there’s a way to retrieve the current state of the tree structure without using events. 

2019-12-01 23-50-25
Pedro Neto
Champion

Currently that information is only part of the internal data of the tree. Every change to the tree will result in a new event being thrown  so that you can update data accordingly.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.