Jump to: navigation, search

Merlin/FAQ

What does the self.on('childChange') binding here?

We need to notify model that child of container has been changed. Once user chooses that type of some field differs from previous (for example, was 'string' and became 'list'), this binding makes model replace old value with new. So it is a some kind of setter in this case.