How to clone/copy an element (e.g. list, button, etc.) to copy it to another page?
I am refactoring my app and I am trying to move elements from one page to another. I would not want to rewrite all the code behind each element, but cannot find a way to copy an element to a different page.
Is that possible? Is that a feature you are considering to implement?
Thank you