# ContentChanges Class

# Methods

# addAll

addAll(other: ContentChanges): ContentChanges

Defined in src/ContentChanges.ts:29 (opens new window)

Parameters:

Name Type
other ContentChanges

Returns: ContentChanges


# addChange

addChange(newValue: InterpreterValue, address: SimpleCellAddress, oldValue?: InterpreterValue): void

Defined in src/ContentChanges.ts:36 (opens new window)

Parameters:

Name Type
newValue InterpreterValue
address SimpleCellAddress
oldValue? InterpreterValue

Returns: void


# exportChanges

exportChangesT›(exporter: ChangeExporter‹T›): T[]

Defined in src/ContentChanges.ts:40 (opens new window)

Type parameters:

T

Parameters:

Name Type
exporter ChangeExporter‹T›

Returns: T[]


# getChanges

getChanges(): ChangeList

Defined in src/ContentChanges.ts:53 (opens new window)

Returns: ChangeList


# isEmpty

isEmpty(): boolean

Defined in src/ContentChanges.ts:57 (opens new window)

Returns: boolean


# empty Static

empty(): ContentChanges‹›

Defined in src/ContentChanges.ts:25 (opens new window)

Returns: ContentChanges‹›