ExportedNamedExpressionChange
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new ExportedNamedExpressionChange(name: string, newValue: CellValue | CellValue[][]): ExportedNamedExpressionChange
Defined in src/Exporter.ts:47
Parameters:
| Name | Type |
|---|---|
name | string |
newValue | CellValue | CellValue[][] |
Returns: ExportedNamedExpressionChange
Properties
Section titled “Properties”• name: string
Defined in src/Exporter.ts:49
newValue
Section titled “newValue”• newValue: CellValue | CellValue[][]
Defined in src/Exporter.ts:50