docs/observableValue/write.md
### `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)