This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
_changeApplierOptions option description
Description |
Options that will be passed on to |
---|---|
Notes |
If a ChangeApplier is provided using the |
Example Definition |
fluid.defaults("component.name", { model: {...}, changeApplierOptions: { cullUnchanged: true }, ... }); |
Example Override |
var myComp = component.name(container, { model: {...}, changeApplierOptions: { cullUnchanged: true }, ... }); |
See also |