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

    Interface WaitForTableDataOptions

    `const o: WaitForTableDataOptions = { minRows: 5 };`
    
    interface WaitForTableDataOptions {
        minRows?: number;
        polling?: number;
        skipStabilityWait?: boolean;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    minRows?: number
    polling?: number
    skipStabilityWait?: boolean
    timeout?: number