@kanunilabs/pivotgrid / ExportOptions
Interface: ExportOptions
Options passed to the export pipeline — all fields optional for backward compat.
Properties
applyFilters?
optionalapplyFilters?:boolean
Apply prefilter to raw data before export.
expandAll?
optionalexpandAll?:boolean
Expand all nodes before export regardless of current state.
fileName?
optionalfileName?:string
Custom file name (without extension).
includeHiddenFields?
optionalincludeHiddenFields?:boolean
Include hidden/chooser fields in list export.
locale?
optionallocale?:string
Locale for formatting.
onProgress?
optionalonProgress?: (percent) =>void
Progress callback: 0–100.
Parameters
percent
number
Returns
void
signal?
optionalsignal?:AbortSignal
AbortSignal for cancellation support.