designspace.ParamDiff#
- class designspace.ParamDiff(param: str, old: Any | None, new: Any | None)#
Bases:
objectOne difference between two configurations, from ds.config_diff().
- old#
Its value in the first configuration, or None if absent there.
- Type:
Any | None
- new#
Its value in the second, or None if absent there.
- Type:
Any | None