Accessing the 'isGroup' prop

In the python grammar, the ‘isGroup’ prop is used here.

For utilising a prop like this, is there a way to get the group other than getChild() or getChildren()?

We want to utilise this prop while traversing the tree, and process the nodes differently if they belong to a particular group.

Does the is method help here?

1 Like