Conditional Logic

(This document is a work in progress.)

Show/Hide

While there is no specific event for listening to a field being show or hidden, using native Backbone you can listen for a field model change and check which attribute was changed.

For example, listening on the fields channel for the change:model event, check if the fieldModel’s visible attribute has changed.