@timlassiter11/yatl
    Preparing search index...

    Interface ExportOptions

    Options for configuring what date should be exported.

    interface ExportOptions {
        includeAllRows?: boolean;
        includeHiddenColumns?: boolean;
        includeInternalColumns?: boolean;
    }
    Index

    Properties

    includeAllRows?: boolean

    Include all rows including filtered out rows

    includeHiddenColumns?: boolean

    Include columns that have been hidden

    includeInternalColumns?: boolean

    Include columns marked as internal