docs/computedForArgs.md
## `computedForArgs<T>`
The object representing computed value of type `T` those changes can be tracked for a given set of parameters.
### Exposed fields / methods
* [`()`](computedValue/braces-operator.md)
* [`write`](computedValue/write.md)
* [`onChange`](computedValue/onChange.md)
#### See also:
* [`itDepends`](itDepends.md)
* [`observableValue`](observableValue.md)
* [`computedValue`](computedValue.md)
* [`subscription`](subscription.md)