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

    Interface TableSortOptions

    Options for column sorting.

    const opts: TableSortOptions = { descending: true };
    
    interface TableSortOptions {
        descending?: boolean;
        skipStabilityWait?: boolean;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    descending?: boolean
    skipStabilityWait?: boolean
    timeout?: number