gerich-home/it-depends

View on GitHub
docs/observableValue/write.md

Summary

Maintainability
Test Coverage
### `observableValue<T>.write(newValue)`
Updates the current value of observable value object.

#### Parameters:
* `newValue` *(mandatory, `T`)* - the new value to write to observable value object.

#### Returns:
Type: `void`.

#### See also:
* [`itDepends`](../itDepends.md)
* [`observableValue`](../observableValue.md)
* [`computedValue`](../computedValue.md)
* [`computedForArgs`](../computedForArgs.md)
* [`subscription`](../subscription.md)