[halp] how to get full list data in to javascript?
[halp] how to get full list data in to javascript? - Lemmy.World
[https://lemmy.world/pictrs/image/ac774367-6fe3-4bc8-a99e-95795ed46fb7.png] I’m trying to make my current gen in a duplicationfriendly format so ppl can just edit the Starter lists on the left to edit the styles the gen starts with. BUT ITS HARD. I did the accessing the “Starters” list thru root and it definitely has the items as seen below when it runs. [https://lemmy.world/pictrs/image/c97666bc-dd0c-4936-9574-fb0f88de0ee9.png] but joinitems doesn’t work on the object root gives and nor does it have a length or any way to iterate thru the entries to build an object out of the list entries. How do I get all the entries from the twotiered ‘Starters’ list in to javascript so i can access the info it contains?