I’m also curious on this. Did you get an answer @oblic?
My set up might be slightly different. I have static navigation buttons that act more like a category dropdown and when clicked a drawer opens and within the drawer I want the content (which are the page links) to be dynamically shown based on the navigation button that was clicked on.
I initially set it up my array of objects for the drawer links in a similar way to you, but I’d like a better way to handle the content, even prebuilt element drawer element that could handle this functionality. I’m especially looking for a way to easily update the urls as well as handle dynamic url parameters.