Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Interface StandardTableInfo

    Info for non-SmartTable variants.

    const info: StandardTableInfo = { kind: 'standard', variant: 'sap.m.Table', effectiveId: 't1' };
    
    interface StandardTableInfo {
        effectiveId: string;
        kind: "standard";
        variant:
            | "sap.m.Table"
            | "sap.ui.table.Table"
            | "sap.ui.table.TreeTable"
            | "sap.ui.table.AnalyticalTable"
            | "sap.ui.comp.smarttable.SmartTable"
            | "sap.ui.mdc.Table";
    }
    Index

    Properties

    effectiveId: string
    kind: "standard"
    variant:
        | "sap.m.Table"
        | "sap.ui.table.Table"
        | "sap.ui.table.TreeTable"
        | "sap.ui.table.AnalyticalTable"
        | "sap.ui.comp.smarttable.SmartTable"
        | "sap.ui.mdc.Table"