bajaux/model/binding/BindingList

API Status: Development

Description:
  • API Status: Development

Source:

Methods

getBindings() → {Array.<module:bajaux/model/binding/IBinding>}

Source:
Returns:
Type
Array.<module:bajaux/model/binding/IBinding>

map(func) → {Promise.<Array.<*>>}

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

Source:
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() → {Promise}

Description:
  • Saves all bindings.

Source:
Returns:
Type
Promise