BindingOnChangeOptions
Table of contents
Options passed to BindingUtil.onBeforeChange and BindingUtil.onAfterChange, describing the data associated with a binding being changed.
interface BindingOnChangeOptions<Binding extends TLUnknownBinding> {}
Properties
The binding record after the change is made.
bindingAfter: Binding
The binding record before the change is made.
bindingBefore: Binding