79390035

Date: 2025-01-27 08:02:17
Score: 0.5
Natty:
Report link

I you have property in JavaScript and want to update that property in Java when value is changed, use remote properties in adapter javascript class, like in CheckboxFieldAdapter.js:

constructor() {
    super();
    this._addRemoteProperties(['value']);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sysdba