correct way to get the node name

how is one meant to access this? I get a crash when I do m.top.name

The “id” of the node, usually set first in the XML, is available at m.top.id.

If you mean the “type”, such as RowList, ButtonGroup, use m.top.subtype()

Thanks, I should’ve updated this question as I’d already worked this out :slightly_smiling_face:

Thanks for responding though.