@watzon/baserow
    Preparing search index...

    Interface FileExporterOptions

    interface FileExporterOptions {
        exportCharset?: ExportCharset;
        exporterType: "file";
        fields?: null | number[];
        filters?: null | PublicViewFilters;
        orderBy?: null | string;
        organizeFiles?: boolean;
        viewId?: null | number;
    }

    Hierarchy

    • BaseExportOptions
      • FileExporterOptions
    Index

    Properties

    exportCharset?: ExportCharset
    exporterType: "file"
    fields?: null | number[]
    filters?: null | PublicViewFilters
    orderBy?: null | string
    organizeFiles?: boolean
    viewId?: null | number