# ExportedNamedExpressionChange Class
# Constructors
# constructor
+ new ExportedNamedExpressionChange(name: string, newValue: CellValue | CellValue[][]): ExportedNamedExpressionChange
Defined in src/Exporter.ts:46 (opens new window)
Parameters:
| Name | Type |
|---|---|
name | string |
newValue | CellValue | CellValue[][] |
Returns: ExportedNamedExpressionChange
# Properties
# name Readonly
• name: string
Defined in src/Exporter.ts:48 (opens new window)
# newValue Readonly
• newValue: CellValue | CellValue[][]
Defined in src/Exporter.ts:49 (opens new window)