Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Interface TableExportOptions

    Options for table data export.

    const opts: TableExportOptions = { format: 'csv', includeHeaders: true };
    
    interface TableExportOptions {
        columns?: readonly number[];
        format?: "csv" | "xlsx";
        includeHeaders?: boolean;
        skipStabilityWait?: boolean;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    columns?: readonly number[]
    format?: "csv" | "xlsx"
    includeHeaders?: boolean
    skipStabilityWait?: boolean
    timeout?: number