Hi,
is it possible to access/use Categories assigned to Contols in the web editor in Lua code?
the use-case I have in mind is to iterate over all controls in a given category to do stuff with them.
By now I do this by manually maintaining hard-coded lists of control Ids (ref#) which can get messy when e.g. using copy/paste on controls in the editor
all I could find here and in the docs on Categories is
Thanks!