API Status: Development
- Description:
API Status: Development
- Source:
Methods
getBindings() → {Array.<module:nmodule/bajaui/rc/baja/binding/Binding>}
- Source:
Returns:
- Type
- Array.<module:nmodule/bajaui/rc/baja/binding/Binding>
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 |
Returns:
results of each function call
- Type
- Promise.<Array.<*>>
saveAll() → {Promise}
- Description:
Saves all bindings.
- Source:
Returns:
- Type
- Promise