Skip to content

Readonly without update #642

@2mik

Description

@2mik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions