[**realue**](../README.md) • **Docs**

***

[realue](../README.md) / ValueMutator

# Type Alias: ValueMutator()\<T\>

> **ValueMutator**\<`T`\>: (`value`, `name`?) => `void`

Function that changes a `value`. Used as the signature for the `onChange` callback of the NEVO pattern.

## Type Parameters

• **T**

## Parameters

• **value**: `T`

• **name?**: [`Name`](Name.md)

## Returns

`void`

## Defined in

[lib/types/ValueMutator.ts:6](https://github.com/nevoland/realue/blob/10b81dd410f087c06fbf8ea8b1c227058ff70751/lib/types/ValueMutator.ts#L6)
