@watzon/baserow
    Preparing search index...

    Interface JsonExporterOptions

    interface JsonExporterOptions {
        exportCharset?: ExportCharset;
        exporterType: "json";
        fields?: null | number[];
        filters?: null | PublicViewFilters;
        orderBy?: null | string;
        viewId?: null | number;
    }

    Hierarchy

    • BaseExportOptions
      • JsonExporterOptions
    Index

    Properties

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