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

    Interface SmartTableInfo

    Info for SmartTable wrapper with inner table.

    const info: SmartTableInfo = {
    kind: 'smart',
    variant: 'sap.ui.table.Table',
    effectiveId: 'innerGrid',
    smartTableId: 'smartTable',
    };
    interface SmartTableInfo {
        effectiveId: string;
        kind: "smart";
        smartTableId: string;
        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: "smart"
    smartTableId: string
    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"