@watzon/baserow
    Preparing search index...

    Interface XmlExporterOptions

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

    Hierarchy

    • BaseExportOptions
      • XmlExporterOptions
    Index

    Properties

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