BindingOnCreateOptions
Table of contents
Options passed to BindingUtil.onBeforeCreate and BindingUtil.onAfterCreate, describing a the creating a binding.
interface BindingOnCreateOptions<Binding extends TLUnknownBinding> {}
Properties
The binding being created.
binding: Binding