Skip to content
v3.3.0

ExportedNamedExpressionChange

+ new ExportedNamedExpressionChange(name: string, newValue: CellValue | CellValue[][]): ExportedNamedExpressionChange

Defined in src/Exporter.ts:47

Parameters:

NameType
namestring
newValueCellValue | CellValue[][]

Returns: ExportedNamedExpressionChange

name: string

Defined in src/Exporter.ts:49


newValue: CellValue | CellValue[][]

Defined in src/Exporter.ts:50