Is it possible to get the string out of symbol?
I have a menu item like
<menu-item id="strength">@Strings.menu_label_strength</menu-item>
and would get the string from the id field out of it?
In the menu delegate I tried to output Sys.println(item.toString()) but that outputs only the word "Symbol" ...
best
Chris