@kanunilabs/pivotgrid-react / PivotImportStatus
Interface: PivotImportStatus
Properties
cancellable?
optionalcancellable?:boolean
Whether the in-flight import can be cancelled by the user.
isOpen
isOpen:
boolean
messages
messages:
string[]
phase?
optionalphase?:string
Coarse pipeline stage label (reading | parsing | typing | finalizing).
progress?
optionalprogress?:number
Overall parse progress 0..100 (present only while streaming a large file).
status
status:
"loading"|"success"|"error"|"warning"
title
title:
string