An object returned by the module:utils/collection~Collection#bindTo bindTo() method providing functions that specify the type of the binding.
bindTo()
See the module:utils/collection~Collection#bindTo bindTo() documentation for examples.
Creates the class factory binding in which items of the source collection are passed to the constructor of the specified class.
The class constructor used to create instances in the factory.
Creates a callback or a property binding.
When the function is passed, it should return the collection items. When the string is provided, the property value is used to create the bound collection items.
An object returned by the module:utils/collection~Collection#bindTo
bindTo()method providing functions that specify the type of the binding.See the module:utils/collection~Collection#bindTo
bindTo()documentation for examples.