View Source

{div2:class=api-table}
||Description|A [Infusion13:ChangeApplier] object for the model provided with the {{[#model]}} option. |
||Notes| It is not necessary to provide an applier: By default, an applier will be created with {{fluid.makeChangeApplier()}}, using any options specified with {{[#changeApplierOptions]}}.\\
\\
This option is most commonly used to share a common ChangeApplier between components in a component tree: the {{applier}} option can be used to reference the ChangeApplier of another component in the tree.|
||Example Definition| {code:javascript}fluid.defaults("component.name", {
applier: "{parentComponent.applier}",
...
});{code}|
||Example Override| N/A |
||See also| [Infusion13:ChangeApplier API]\\
{{[#model]}}\\
{{[#changeApplierOptions]}}\\
[Demand Resolution] |
{div2}