nathanbuchar / electron-settings

📝 A simple persistent user settings framework for Electron.
https://electron-settings.js.org
MIT License
817 stars 60 forks source link

Vn 236 raise event for parent when children value is changed #108

Closed votuanphong1983 closed 6 years ago

votuanphong1983 commented 6 years ago

Raise event for parent path if children value is changed. E.g...

settings.watch('foo')

=> will be populated if user set settings.set('foo.bar', newValue)