Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / ExportOutcome

Interface: ExportOutcome

Defined in: datagrid-react/src/exportActions.ts:21

Properties

completed

completed: boolean

Defined in: datagrid-react/src/exportActions.ts:23

False when the user cancelled, or when the writer refused.


error?

optional error?: string

Defined in: datagrid-react/src/exportActions.ts:25

Set only for a genuine failure — a cancel reports completed: false.