Convert Param Object to PyDictionary

dict(self.view.params.PopupParams) might work; if it's not a deep dictionary.

If you do need a deep copy, you could try the approaches mentioned here:

Or you could use Ignition Extensions' system.util.deepCopy.

1 Like