Persistent parameters

If you set persistent to false then its value will not be saved (and restored) with the preset and therefore it always loads with its default value.
It also doesn’t appear in edit history so undo or redo will have no effect on its value. If you want it to load with a value other than default you can use the onLoad and onSave callbacks.