This will be called when the binding is first applied to an element Set up any initial state, event handlers, etc. here
list element
A JavaScript function that you can call to get the current model property that is involved in this binding
A JavaScript object that you can use to access all the model values bound to this DOM element
This will be called once when the binding is first applied to an element, and again whenever any observables/computeds that are accessed change Update the DOM element based on the supplied values here.
list element
A JavaScript function that you can call to get the current model property that is involved in this binding
A JavaScript object that you can use to access all the model values bound to this DOM element
Registers momentStart as a custom binding in knockout