gerich-home/it-depends

View on GitHub
docs/computedForArgs/write.md

Summary

Maintainability
Test Coverage
### `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)