Function
sum (dependentKey) ComputedProperty public
Module:
@ember/object
Defined in packages/@ember/object/lib/computed/reduce_computed_macros.js:72
Available since v1.4.0
import { sum } from '@ember/object/computed'; |
- dependentKey
- String
- returns
- ComputedProperty
- computes the sum of all values in the dependentKey's array
A computed property that returns the sum of the values in the dependent array.