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 funcfunction function to receive the binding and the index in
the binding arrayReturns:
results of each function call
- Type
- Promise.<Array.<*>>
-
saveAll()
-
Saves all bindings.
Returns:
- Type
- Promise