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