docs/computedForArgs/write.md
### `computedForArgs<T>.write(newValue)`
Calls write callback for the computed passing selected arguments set.
#### Parameters:
* `newValue` *(mandatory, `T`)* - the new value to write to computed object.
#### Returns:
Type: `void`.
#### See also:
* [`itDepends`](../itDepends.md)
* [`observableValue`](../observableValue.md)
* [`computedValue`](../computedValue.md)
* [`computedForArgs`](../computedForArgs.md)
* [`subscription`](../subscription.md)