If the output of a callback should only change the value of one of these parameters (e.g. width to 600px) but everything else should remain unchanged, is there a way for me to avoid messy code where the callback output contains the entire dictionary again?
Thanks for your feedback @AIMPED and @AnnMarieW. Both solutions seem to work, I have marked @AnnMarieW’s solution as the correct one as it seems more “dashy” to me. Appreciate the swift feedback.