HandleImportedDataResolution
Resolution returned by the handleImportedData function
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| addedRows | Rows that were added |
| emitDataImportedEvent | Whether to emit the DataImported event |
| updatedRows | Rows that were updated |
Property Details
addedRows
Rows that were added
TypeScript
addedRows: IRowNode[];Property Value
IRowNode[]
emitDataImportedEvent
Whether to emit the DataImported event
TypeScript
emitDataImportedEvent: boolean;Property Value
boolean
updatedRows
Rows that were updated
TypeScript
updatedRows: IRowNode[];Property Value
IRowNode[]