This adds the ability to add multiple property listeners. Before, we only allowed one action, but this PR allows us to have multiple actions without breaking API changes.
Reviews are welcome, and if we should do it differently, I'd be open to suggestions on how to improve this.
This adds the ability to add multiple property listeners. Before, we only allowed one
action
, but this PR allows us to have multipleaction
s without breaking API changes.Reviews are welcome, and if we should do it differently, I'd be open to suggestions on how to improve this.