I need to specify some bundling parameters in functionProps. Rather than adding to every function definition, is there a way to either
1. Set some default properties for all functions?
or
2. Get access to the functionProps after instantiation so I can push all of them into an array and add a property afterwards?
I can’t see a way to either at the moment.