BindingOnDeleteOptions
See source codeTable of contents
Options passed to BindingUtil.onBeforeDelete and BindingUtil.onAfterDelete, describing a binding being deleted.
interface BindingOnDeleteOptions<Binding extends TLUnknownBinding> {}Properties
binding
The binding being deleted.
binding: BindingPrev
BindingOnCreateOptionsNext
BindingOnShapeChangeOptions