Type Alias BindingInitializer<GetType>

BindingInitializer<GetType>: ((isReset: boolean) => GetType)

A function called to initialize a binding's value, which can also be called to reset its value.

Type Parameters

  • GetType