Module: nmodule/bajaui/rc/model/BindingList

API Status: Development

Methods


getBindings()

Returns:
Type
Array.<module:nmodule/bajaui/rc/baja/binding/Binding>

map(func)

Run an (optionally async) function against each binding in the list.
All function calls will run in serial, not parallel.

Parameters:
Name Type Description
func function

function to receive the binding and the index in
the binding array

Returns:

results of each function call

Type
Promise.<Array.<*>>

saveAll()

Saves all bindings.

Returns:
Type
Promise