Any way to get active tab?

Hi,
I have multiple tabs in the project.
I would like to know how I can get the active/visible tab's name.

Thanks

1 Like

Use the "ui control" node.

1 Like

Thanks bakman2.
I've seen ui-control send "change" as msg.payload.
I didn't realise that it actually send the name of the tab as msg.name.

3 Likes

@keremkos you can configure the ui-control node to show you an output when someone changes the tab/group. If you do it, the node shows you the number of the actual node in msg.tab

1 Like