DataExportOptions
Configuration model for export
Signature:
export interface DataExportOptions extends ExportOptionsExtends: ExportOptions
Remarks
Inherits ExportOptions.
[Superclass]
Properties
| Property | Type | Description |
|---|---|---|
| exportFields | string[] | Field names to include when exporting |
| hideFields | string[] | Field names to exclude when exporting |
| includeFieldNames | boolean | Includes fieldName |
Properties Desc
exportFields
Field names to include when exporting
Type - string[]
Remarks:
If not specified, all fields are exported.
Cannot be used simultaneously with hideFields
hideFields
Field names to exclude when exporting
Type - string[]
Remarks:
Cannot be used simultaneously with exportFields
includeFieldNames
Include fieldName?
Type - boolean