observer Object

An optional observer for the options store.

Upon field modification, the optionsChange(e) method on the observer will be called with a single argument containing two fields:

  • field - The fully qualified field name
  • value - The new field value
In this article