Hello,
If we set readonly to true, parameter will be updated and change events occur every interval. For example:
pane.addBinding(PARAMS, 'time', {
readonly: true,
interval: 1000,
});
How to display simple readonly parameter that is not editable and should not be updated?
Thank you.