core icon indicating copy to clipboard operation
core copied to clipboard

config onUpdate improvements

Open zoe-codez opened this issue 1 year ago • 0 comments

Currently, the internal.config.onUpdate only triggers for .set calls. This should be improved to also fire events as part of the bootstrap sequence

  • construct
  • preInit
  • configure
  • *** emit onUpdate for all config properties (leave it up to code to filter out unchanged values as needed)
  • post configure

zoe-codez avatar Mar 21 '24 15:03 zoe-codez