Changing rosparam after building a snap

My use case of snap is to deploy ROS. If in the source code I have exposed several parameters, I am allowed to configure those parameters in the launch file without having to recompile the source code.

If I build a snap for that node, how might I be able to edit those parameters without recreating a snap?