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