"Something changed" event

Hi,
I want to create my own custom Layout component and couldn’t find an event which would notify me in case of some change in children, I’d like to have something like stock Layout component which updates the layout on any change.
I don’t want to check for changes in update function.

You can listen to ‘child-added’, ‘child-removed’ and ‘child-reorder’

You can also listen ‘something-changed’ on children.

1 Like