# ExportedNamedExpressionChange

## Constructors

### constructor 

\+ **new ExportedNamedExpressionChange**(`name`: string, `newValue`: [CellValue](../globals.md#cellvalue) | [CellValue](../globals.md#cellvalue)[][]): *[ExportedNamedExpressionChange](exportednamedexpressionchange.md)*

*Defined in [src/Exporter.ts:47](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Exporter.ts#L47)*

**Parameters:**

Name | Type |
------ | ------ |
`name` | string |
`newValue` | [CellValue](../globals.md#cellvalue) &#124; [CellValue](../globals.md#cellvalue)[][] |

**Returns:** *[ExportedNamedExpressionChange](exportednamedexpressionchange.md)*

## Properties

### name

• **name**: *string*

*Defined in [src/Exporter.ts:49](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Exporter.ts#L49)*

___

### newValue

• **newValue**: *[CellValue](../globals.md#cellvalue) | [CellValue](../globals.md#cellvalue)[][]*

*Defined in [src/Exporter.ts:50](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Exporter.ts#L50)*