BindingOnChangeOptions
See source codeTable 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
bindingAfter
The binding record after the change is made.
bindingAfter: Binding
bindingBefore
The binding record before the change is made.
bindingBefore: Binding
Next
BindingOnCreateOptions